wok-next diff rfkill/receipt @ rev 16215
gobject-introspection: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 31 13:38:52 2014 +0000 (2014-03-31) |
parents | 09a5a7538ed7 |
children | fa39e0a3612e |
line diff
1.1 --- a/rfkill/receipt Thu Mar 17 20:04:48 2011 +0000 1.2 +++ b/rfkill/receipt Mon Mar 31 13:38:52 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Utility to query the state of the rfkill switches" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://linuxwireless.org/en/users/Documentation/rfkill" 1.10 WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" 1.11 @@ -18,12 +19,12 @@ 1.12 sed -i 's/-m 755 -t/-m 755 rfkill/' Makefile 1.13 sed -i 's/man8\/ rfkill\.8\.gz/man8\//' Makefile 1.14 sed -i 's/-m 644 -t/-m 644 rfkill.8.gz/' Makefile 1.15 - make && make DESTDIR=$PWD/_pkg install 1.16 + make && make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/sbin $fs/usr 1.24 + cp -a $install/usr/sbin $fs/usr 1.25 }