From 78634f348a30a55cc55606ee1ecde032241ceaeb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Mar 2023 06:33:49 +0000 Subject: gentoo auto-resync : 19:03:2023 - 06:33:49 --- net-im/cpop/cpop-0.0.4-r2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 net-im/cpop/cpop-0.0.4-r2.ebuild (limited to 'net-im/cpop/cpop-0.0.4-r2.ebuild') diff --git a/net-im/cpop/cpop-0.0.4-r2.ebuild b/net-im/cpop/cpop-0.0.4-r2.ebuild new file mode 100644 index 000000000000..77c21027edcc --- /dev/null +++ b/net-im/cpop/cpop-0.0.4-r2.ebuild @@ -0,0 +1,37 @@ +# 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 +} -- cgit v1.2.3