diff options
Diffstat (limited to 'gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild')
-rw-r--r-- | gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild b/gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild new file mode 100644 index 000000000000..1f1f808a711d --- /dev/null +++ b/gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/clipbook/clipbook-0.6.0.7.1.ebuild,v 1.1 2005/04/15 04:35:27 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/GWorkspace-${PV/0.6.}/${PN/clipb/ClipB} + +DESCRIPTION="A clipboard for GNUstep that can hold things for later copy and paste." +HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" +SRC_URI="http://www.gnustep.it/enrico/gworkspace/gworkspace-${PV/0.6.}.tar.gz" + +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + +egnustep_install_domain "System" + |