diff options
author | 2005-03-17 21:05:38 +0000 | |
---|---|---|
committer | 2005-03-17 21:05:38 +0000 | |
commit | 91792324b75094885631da536520550539b8d487 (patch) | |
tree | 58460b156a8be7406f51b6c28d029e9cd48d9f8a /gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild | |
parent | add mysql readme for postgres install #85585 (diff) | |
download | gentoo-2-91792324b75094885631da536520550539b8d487.tar.gz gentoo-2-91792324b75094885631da536520550539b8d487.tar.bz2 gentoo-2-91792324b75094885631da536520550539b8d487.zip |
ebuild updates for GNUstep base, libs, and apps across the board; proper versions (to be stabilized, in due time) added where apropos, cvs-pull versions updated where needed
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild')
-rw-r--r-- | gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild b/gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild new file mode 100644 index 000000000000..898e2d178b39 --- /dev/null +++ b/gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/gwnet-0.1.0.7.0.ebuild,v 1.1 2005/03/17 21:01:49 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/gworkspace/${PN/gwn/GWN} + +DESCRIPTION="A GNUstep network filesystem file browser." +HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" +SRC_URI="http://www.gnustep.it/enrico/gworkspace/gworkspace-${PV/0.1.}.tar.gz" + +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +# Yes, currently this app does not optional depend on smb, it requires it +DEPEND="${GS_DEPEND} + gnustep-libs/smbkit" +RDEPEND="${GS_RDEPEND} + gnustep-libs/smbkit" + +egnustep_install_domain "System" + |