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

lxpanel: have nice icons for network status + split netstat/wifi and kbled plugins
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 21:25:18 2008 +0200 (2008-05-15)
parents fab97211d72f
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="pure-ftpd-extras"
4 VERSION="1.0.21"
5 CATEGORY="networking"
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 }