wok annotate pure-ftpd-extras/receipt @ rev 6293
Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 13:04:44 2010 +0000 (2010-09-16) |
parents | 3a9e51f35fa9 |
children | 129bb5b11a7e |
rev | line source |
---|---|
erjo@755 | 1 # SliTaz package receipt. |
erjo@755 | 2 |
erjo@755 | 3 PACKAGE="pure-ftpd-extras" |
erjo@4691 | 4 VERSION="1.0.27" |
pascal@1423 | 5 CATEGORY="network" |
erjo@755 | 6 SHORT_DESC="A secure FTP daemon extras files" |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@755 | 8 DEPENDS="perl python" |
erjo@755 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@755 | 10 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" |
erjo@755 | 11 WANTED="pure-ftpd" |
erjo@755 | 12 |
erjo@755 | 13 |
erjo@755 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@755 | 15 genpkg_rules() |
erjo@755 | 16 { |
erjo@755 | 17 mkdir -p $fs/etc/pure-ftpd $fs/usr/bin |
erjo@755 | 18 cp -a $src/configuration-file/pure-ftpd.conf $fs/etc/pure-ftpd |
erjo@755 | 19 cp -a $src/configuration-file/pure-config.pl $fs/usr/bin |
erjo@755 | 20 cp -a $src/configuration-file/pure-config.py $fs/usr/bin |
erjo@755 | 21 } |
erjo@755 | 22 |