2009-10-09 00:01:13 +02:00
|
|
|
# Template file for 'lftp'
|
|
|
|
pkgname=lftp
|
2013-05-29 18:08:08 +02:00
|
|
|
version=4.4.8
|
2012-07-04 16:21:35 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-05-14 15:08:26 +02:00
|
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
|
|
--with-openssl i_cv_posix_fallocate_works=yes"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
|
2009-12-31 22:56:51 +01:00
|
|
|
short_desc="Sophisticated FTP/HTTP client"
|
2009-10-09 00:01:13 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 07:20:43 +02:00
|
|
|
homepage="http://lftp.yar.ru/"
|
2011-07-07 00:49:18 +02:00
|
|
|
license="GPL-3"
|
2012-07-04 16:21:35 +02:00
|
|
|
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
|
2013-05-29 18:08:08 +02:00
|
|
|
checksum=acdb4641874c950d80c699de8814fd7f24d54557511f6fb63d88f87227fbb34d
|
2013-05-14 15:08:26 +02:00
|
|
|
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends="automake libtool gettext-devel pkg-config"
|
|
|
|
pre_configure() {
|
|
|
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
fi
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
lftp_package() {
|
|
|
|
conf_files="/etc/lftp.conf"
|
|
|
|
pkg_install() {
|
2013-05-14 15:08:26 +02:00
|
|
|
vmove all
|
2013-04-13 10:15:49 +02:00
|
|
|
}
|
|
|
|
}
|