diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-04-27 15:17:49 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-04-27 15:17:49 +0000 |
commit | 539419a8abdd6a9c77d1eef030665120274b898d (patch) | |
tree | bbbb778c644be2820b64e4be8e6cb54ac283cb86 /net-im/cpop/cpop-0.0.4.ebuild | |
parent | fix build with gtk2.4 (diff) | |
download | historical-539419a8abdd6a9c77d1eef030665120274b898d.tar.gz historical-539419a8abdd6a9c77d1eef030665120274b898d.tar.bz2 historical-539419a8abdd6a9c77d1eef030665120274b898d.zip |
Initial import. Thanks to Richard Ablewhite, closes bug #48056
Diffstat (limited to 'net-im/cpop/cpop-0.0.4.ebuild')
-rw-r--r-- | net-im/cpop/cpop-0.0.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/cpop/cpop-0.0.4.ebuild b/net-im/cpop/cpop-0.0.4.ebuild new file mode 100644 index 000000000000..a6aabbcf1101 --- /dev/null +++ b/net-im/cpop/cpop-0.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/cpop/cpop-0.0.4.ebuild,v 1.1 2004/04/27 15:17:49 rizzo Exp $ + +DESCRIPTION="GTK+ network popup message client. Compatable with the jpop protocol." +HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop" +SRC_URI="http://www.draxil.uklinux.net/hip/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.2.0 + >=dev-libs/glib-2.0.0" + +src_install() { + einstall || die +} |