wok-next diff ftp-proxy/receipt @ rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ftp-proxy/receipt Mon May 27 00:27:59 2013 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ftp-proxy" 1.7 +SOURCE="proxy-suite" 1.8 +VERSION="1.9.2.4" 1.9 +CATEGORY="network" 1.10 +SHORT_DESC="Application level proxy for the FTP protocol." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +WEB_SITE="ftp://ftp.suse.com/pub/projects/proxy-suite/src" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WGET_URL="$WEB_SITE/$TARBALL" 1.15 +CONFIG_FILES="/etc/proxy-suite/ftp-proxy.conf" 1.16 + 1.17 +DEPENDS="" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && 1.25 + make && make INST_ROOT=$DESTDIR install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/* $fs 1.32 +}