wok view pure-ftpd-extras/receipt @ rev 3930

Update: binutils (toolprefixed binaries with default binutil symlinks; needed for builds expecting toolprefixed binutil binaries when a target platform [e.g. i486-pc-linux-gnu] is specified)
author Matthew Sheets <rcx@zoominternet.net>
date Wed Aug 19 16:02:07 2009 +0000 (2009-08-19)
parents 03a799424aaa
children ca3145aa3f16
line source
1 # SliTaz package receipt.
3 PACKAGE="pure-ftpd-extras"
4 VERSION="1.0.22"
5 CATEGORY="network"
6 SHORT_DESC="A secure FTP daemon extras files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl python"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd"
11 WANTED="pure-ftpd"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/etc/pure-ftpd $fs/usr/bin
18 cp -a $src/configuration-file/pure-ftpd.conf $fs/etc/pure-ftpd
19 cp -a $src/configuration-file/pure-config.pl $fs/usr/bin
20 cp -a $src/configuration-file/pure-config.py $fs/usr/bin
21 }