diff options
Diffstat (limited to 'gnustep-apps/aclock/aclock-0.2.3.ebuild')
-rw-r--r-- | gnustep-apps/aclock/aclock-0.2.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/aclock/aclock-0.2.3.ebuild b/gnustep-apps/aclock/aclock-0.2.3.ebuild new file mode 100644 index 000000000000..0c5e666c0611 --- /dev/null +++ b/gnustep-apps/aclock/aclock-0.2.3.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/aclock/aclock-0.2.3.ebuild,v 1.1 2004/12/13 23:25:54 fafhrd Exp $ + +inherit gnustep + +DESCRIPTION="A clock!" +HOMEPAGE="http://www.linuks.mine.nu/aclock/" +SRC_URI="http://www.linuks.mine.nu/aclock/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "Local" + |