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

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 981962641fe2
children 6135577f4d08
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 LICENSE="BSD"
9 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd"
10 WANTED="pure-ftpd"
12 DEPENDS="perl python"
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 }