2013-04-16 08:29:05 +02:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-11-07 17:33:15 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2013-04-16 08:29:05 +02:00
|
|
|
inherit versionator
|
|
|
|
|
|
|
|
MY_PV=$(replace_version_separator 3 '-' )
|
|
|
|
MY_PVV=$(replace_version_separator 3 'beta' $MY_PV )
|
|
|
|
MY_PVM=$(get_version_component_range 1-2 )
|
|
|
|
MY_PVR=$(get_version_component_range 1-3 )
|
|
|
|
|
2012-11-07 17:33:15 +01:00
|
|
|
DESCRIPTION="A Perl script to synchronize a local directory tree and a remote FTP directory tree."
|
|
|
|
HOMEPAGE="http://ftpsync.sourceforge.net/"
|
2013-04-16 08:29:05 +02:00
|
|
|
SRC_URI="http://download.clazzes.org/ftpsync/ftpsync-${MY_PV}.tar.bz2"
|
2012-11-07 17:33:15 +01:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="dev-lang/perl
|
|
|
|
dev-perl/libwww-perl"
|
|
|
|
|
2013-04-16 08:29:05 +02:00
|
|
|
S="${WORKDIR}/ftpsync-${MY_PV}"
|
2012-11-07 17:33:15 +01:00
|
|
|
|
|
|
|
src_install() {
|
|
|
|
dodoc changelog Changes_1.00-1.3.04.txt License.txt ReadMe.txt ToDo.txt
|
2013-04-16 08:29:05 +02:00
|
|
|
dobin ftpsync ftpsync-ssl
|
2012-11-07 17:33:15 +01:00
|
|
|
}
|