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

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents 129bb5b11a7e
children 981962641fe2
rev   line source
erjo@755 1 # SliTaz package receipt.
erjo@755 2
erjo@755 3 PACKAGE="pure-ftpd-extras"
slaxemulator@9621 4 VERSION="1.0.31"
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 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd"
erjo@755 10 WANTED="pure-ftpd"
erjo@755 11
erjo@755 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@755 13 genpkg_rules()
erjo@755 14 {
erjo@755 15 mkdir -p $fs/etc/pure-ftpd $fs/usr/bin
erjo@755 16 cp -a $src/configuration-file/pure-ftpd.conf $fs/etc/pure-ftpd
erjo@755 17 cp -a $src/configuration-file/pure-config.pl $fs/usr/bin
erjo@755 18 cp -a $src/configuration-file/pure-config.py $fs/usr/bin
erjo@755 19 }
erjo@755 20