wok view ftp-proxy/receipt @ rev 22524

updated azpainter (2.1.3 -> 2.1.5)
author Hans-G?nter Theisgen
date Thu Jan 02 15:37:23 2020 +0100 (2020-01-02)
parents 43444ddb2c09
children c19784df5edf
line source
1 # SliTaz package receipt.
3 PACKAGE="ftp-proxy"
4 SOURCE="proxy-suite"
5 VERSION="1.9.2.4"
6 CATEGORY="network"
7 SHORT_DESC="Application level proxy for the FTP protocol."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="ftp://ftp.suse.com/pub/projects/proxy-suite/src"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/$TARBALL"
13 CONFIG_FILES="/etc/proxy-suite/ftp-proxy.conf"
15 DEPENDS=""
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
23 make && make INST_ROOT=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }