wok annotate pure-ftpd-extras/receipt @ rev 20801

updated collectd, collectd-apache and collectd-dev (5.1.0 -> 5.8.1)
author Hans-G?nter Theisgen
date Fri Feb 15 15:54:04 2019 +0100 (2019-02-15)
parents bf4a09ef1d2e
children
rev   line source
erjo@755 1 # SliTaz package receipt.
erjo@755 2
erjo@755 3 PACKAGE="pure-ftpd-extras"
slaxemulator@11358 4 VERSION="1.0.35"
pascal@1423 5 CATEGORY="network"
erjo@755 6 SHORT_DESC="A secure FTP daemon extras files"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15376 8 LICENSE="BSD"
pascal@20679 9 WEB_SITE="https://www.pureftpd.org/project/pure-ftpd"
erjo@755 10 WANTED="pure-ftpd"
erjo@755 11
pascal@15376 12 DEPENDS="perl python"
pascal@15376 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