wok annotate ftp-proxy/receipt @ rev 23040
rebuild gdk-pixbuf and gdk-pixbuf-dev
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 13:39:54 2020 +0100 (2020-03-04) |
parents | 43444ddb2c09 |
children | c19784df5edf |
rev | line source |
---|---|
pascal@13603 | 1 # SliTaz package receipt. |
pascal@13603 | 2 |
pascal@13603 | 3 PACKAGE="ftp-proxy" |
pascal@13603 | 4 SOURCE="proxy-suite" |
pascal@13603 | 5 VERSION="1.9.2.4" |
pascal@13603 | 6 CATEGORY="network" |
pascal@13603 | 7 SHORT_DESC="Application level proxy for the FTP protocol." |
pascal@13603 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 9 LICENSE="GPL2" |
pascal@13603 | 10 WEB_SITE="ftp://ftp.suse.com/pub/projects/proxy-suite/src" |
pascal@13603 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@13603 | 12 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@13603 | 13 CONFIG_FILES="/etc/proxy-suite/ftp-proxy.conf" |
pascal@13603 | 14 |
pascal@13603 | 15 DEPENDS="" |
pascal@13603 | 16 BUILD_DEPENDS="" |
pascal@13603 | 17 |
pascal@13603 | 18 # Rules to configure and make the package. |
pascal@13603 | 19 compile_rules() |
pascal@13603 | 20 { |
pascal@13603 | 21 cd $src |
pascal@13603 | 22 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && |
pascal@13603 | 23 make && make INST_ROOT=$DESTDIR install |
pascal@13603 | 24 } |
pascal@13603 | 25 |
pascal@13603 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13603 | 27 genpkg_rules() |
pascal@13603 | 28 { |
pascal@13603 | 29 cp -a $install/* $fs |
pascal@13603 | 30 } |