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

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
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 }