wok-current diff airoscript-ng/receipt @ rev 18790
busybox: remove kmod & core-util-mount links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 06 17:56:34 2016 +0100 (2016-01-06) |
parents | 01a07ddd852f |
children | 45507bfb2b0d |
line diff
1.1 --- a/airoscript-ng/receipt Mon Jul 30 04:22:48 2012 +0000 1.2 +++ b/airoscript-ng/receipt Wed Jan 06 17:56:34 2016 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Airoscript ng" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="bash" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" 1.10 WEB_SITE="http://code.google.com/p/airoscript/" 1.11 WGET_URL="http://airoscript.googlecode.com/files/$TARBALL" 1.12 1.13 +DEPENDS="bash" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -34,8 +36,8 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share 1.22 - cp -a $_pkg/usr/sbin $fs/usr 1.23 - cp -a $_pkg/usr/share/airoscript-ng $fs/usr/share 1.24 - cp -a $_pkg/etc $fs 1.25 + cp -a $install/usr/sbin $fs/usr 1.26 + cp -a $install/usr/share/airoscript-ng $fs/usr/share 1.27 + cp -a $install/etc $fs 1.28 } 1.29