wok-4.x view pure-ftpd-extras/receipt @ rev 1070

Add: grisbi, an another bank manager, fix: missing icon for Homebank and deps for Inkscape
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 15 23:12:44 2008 +0200 (2008-07-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 }