wok diff airpwn/receipt @ rev 15000
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:00:38 2013 +0000 (2013-08-10) |
parents | cbfb348cb173 |
children | 19ec6729cbe8 |
line diff
1.1 --- a/airpwn/receipt Sun May 08 00:40:27 2011 +0200 1.2 +++ b/airpwn/receipt Sat Aug 10 17:00:38 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Airpwn is a tool for generic packet injection on an 802.11 network." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" 1.8 -BUILD_DEPENDS="pcre-dev libpcap-dev libcrypto-dev openssl-dev lorcon-dev wireless_tools-dev libnet-dev python python-dev autoconf automake" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tgz" 1.11 WEB_SITE="http://airpwn.sourceforge.net" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" 1.15 +BUILD_DEPENDS="pcre-dev libpcap-dev libcrypto-dev openssl-dev lorcon-dev wireless_tools-dev libnet-dev python python-dev autoconf automake" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -32,13 +34,13 @@ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $_pkg/usr/sbin $fs/usr 1.33 + cp -a $install/usr/sbin $fs/usr 1.34 } 1.35