linamh/net-misc/ftpsync/ftpsync-1.3.06.ebuild
Mario Fetka 2f09215541 Bump Flaimeyes ebuild
(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
2012-11-07 17:33:15 +01:00

23 lines
576 B
Bash

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="A Perl script to synchronize a local directory tree and a remote FTP directory tree."
HOMEPAGE="http://ftpsync.sourceforge.net/"
SRC_URI="http://download.clazzes.org/ftpsync/${P}-0.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/libwww-perl"
S="${WORKDIR}/${P}-0"
src_install() {
dodoc changelog Changes_1.00-1.3.04.txt License.txt ReadMe.txt ToDo.txt
newbin ftpsync.pl ftpsync
}