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

sagan-rules: Change version to 08222011 cause its the same as current. Doesn't need a compile_rules function since its just copy source files to $fs/etc/sagan/rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 14 05:17:25 2011 +0000 (2011-12-14)
parents 18a6a2293fee
children bf4a09ef1d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="pure-ftpd-extras"
4 VERSION="1.0.35"
5 CATEGORY="network"
6 SHORT_DESC="A secure FTP daemon extras files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="perl python"
9 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd"
10 WANTED="pure-ftpd"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/etc/pure-ftpd $fs/usr/bin
16 cp -a $src/configuration-file/pure-ftpd.conf $fs/etc/pure-ftpd
17 cp -a $src/configuration-file/pure-config.pl $fs/usr/bin
18 cp -a $src/configuration-file/pure-config.py $fs/usr/bin
19 }