diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:18:07 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:18:07 +0000 |
commit | ef1c233ee005182bab54fd8b2fca6a5a2b373267 (patch) | |
tree | 53d53a6e054ea72eed82b456060a2de673bb6f60 /gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild | |
parent | Moving to gnustep-apps/gworkspace (diff) | |
download | historical-ef1c233ee005182bab54fd8b2fca6a5a2b373267.tar.gz historical-ef1c233ee005182bab54fd8b2fca6a5a2b373267.tar.bz2 historical-ef1c233ee005182bab54fd8b2fca6a5a2b373267.zip |
Moved from app-gnustep/gworkspace to gnustep-apps/gworkspace.
Diffstat (limited to 'gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild')
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild b/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild new file mode 100644 index 000000000000..314e2f8cbe01 --- /dev/null +++ b/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild,v 1.1 2004/07/23 13:18:07 fafhrd Exp $ + +inherit gnustep-old + +S=${WORKDIR}/GWorkspace-${PV} + +DESCRIPTION="GNUstep workspace manager" +HOMEPAGE="http://www.gnustep.org" +SRC_URI="http://www.gnustep.it/enrico/${PN}/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86 ~ppc" +DEPEND=">=dev-util/gnustep-gui-0.8.5" +IUSE="" + +src_install() { + egnustepinstall + cd ${S}/Apps_wrappers + cp -a * ${D}${GNUSTEP_SYSTEM_ROOT}/Applications +} |