diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-12 18:08:40 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-03-12 18:09:11 +0100 |
commit | 11de47aea1ae27522c4c038077588548fcc5917d (patch) | |
tree | ebc2c0e480fae65c78fb3a05b1d44f70d741cb56 /gnustep-apps/ftp/ftp-0.5.ebuild | |
parent | gnustep-apps/talksoup: fix SRC_URI (diff) | |
download | gentoo-11de47aea1ae27522c4c038077588548fcc5917d.tar.gz gentoo-11de47aea1ae27522c4c038077588548fcc5917d.tar.bz2 gentoo-11de47aea1ae27522c4c038077588548fcc5917d.zip |
gnustep-apps/ftp: initial commit, bug #611880
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'gnustep-apps/ftp/ftp-0.5.ebuild')
-rw-r--r-- | gnustep-apps/ftp/ftp-0.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild new file mode 100644 index 000000000000..557b97b89510 --- /dev/null +++ b/gnustep-apps/ftp/ftp-0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +MY_P="FTP-${PV}" + +DESCRIPTION="FTP client for GNUstep" +HOMEPAGE="http://gap.nongnu.org/ftp/" +SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} |