diff options
Diffstat (limited to 'gnustep-apps/affiche/affiche-0.6.0-r1.ebuild')
-rw-r--r-- | gnustep-apps/affiche/affiche-0.6.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild b/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild new file mode 100644 index 000000000000..399297219a46 --- /dev/null +++ b/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/affiche/affiche-0.6.0-r1.ebuild,v 1.1 2004/09/24 02:47:15 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${PN/a/A} + +DESCRIPTION="Affiche allows people to 'stick' notes" +HOMEPAGE="http://www.collaboration-world.com/cgi-bin/collaboration-world/project/release.cgi?pid=5" +SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + |