wok diff pure-ftpd/receipt @ rev 20055
syslinux: add Ukraine
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 08 11:06:48 2017 +0200 (2017-09-08) |
parents | 30dce14800a5 |
children | 6135577f4d08 |
line diff
1.1 --- a/pure-ftpd/receipt Thu Feb 02 23:13:04 2012 +0100 1.2 +++ b/pure-ftpd/receipt Fri Sep 08 11:06:48 2017 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A secure FTP daemon" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" 1.10 WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" 1.11 @@ -28,8 +29,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr $fs/etc/init.d 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/sbin $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/sbin $fs/usr 1.19 install -g root -o root -m 0755 $stuff/pure-ftpd $fs/etc/init.d 1.20 } 1.21