wok diff atftp/receipt @ rev 15328
Add cifs-utils
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 10:12:30 2013 +0000 (2013-09-28) |
parents | 8cfefe3f7f3b |
children | 051931e905b0 |
line diff
1.1 --- a/atftp/receipt Tue May 17 07:21:42 2011 +0200 1.2 +++ b/atftp/receipt Sat Sep 28 10:12:30 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Advanced Trivial File Transport Protocol client." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://freshmeat.net/projects/atftp/" 1.10 WGET_URL="http://downloads.openwrt.org/sources/$TARBALL" 1.11 @@ -31,6 +32,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 } 1.18