net-im/cpop - 0.0.4 (gentoo)

Search

Install

Install this version:

emerge -a =net-im/cpop-0.0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/cpop-0.0.4

Or alternatively:

emerge --autounmask-write -a =net-im/cpop-0.0.4

Package Information

Description:
GTK+ network popup message client. Compatible with the jpop protocol
Homepage:
http://www.draxil.uklinux.net/hip/index.pl?page=cpop
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.0.4 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="GTK+ network popup message client. Compatible with the jpop protocol"
HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="
	dev-libs/glib:2
	x11-libs/gtk+:2
"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-implicit-exit_memset_strlen.patch
	"${FILESDIR}"/${P}-implicit-func-decls.patch
)

src_prepare() {
	default

	# Clang 16, bug #900072
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc README
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

DEPEND

	dev-libs/glib:2
	x11-libs/gtk+:2

RDEPEND

	dev-libs/glib:2
	x11-libs/gtk+:2

Manifest for 0.0.4

Type File Size Source URLs
DIST cpop-0.0.4.tar.gz 68544 bytes mirror://gentoo/cpop-0.0.4.tar.gz