wok diff shellinabox/receipt @ rev 16054

ARM downgrade wpa_supplicant to 0.7.3 to make it compile (we realy need it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 18:05:36 2014 +0100 (2014-03-10)
parents 1baa4a804224
children d32cd5bcfcf1
line diff
     1.1 --- a/shellinabox/receipt	Sat Jan 29 16:09:40 2011 +0100
     1.2 +++ b/shellinabox/receipt	Mon Mar 10 18:05:36 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Ajax web based terminal emulator."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://$PACKAGE.googlecode.com/"
    1.10  WGET_URL="${WEB_SITE}files/$TARBALL"
    1.11 +TAGS="web application"
    1.12 +
    1.13  DEPENDS="zlib"
    1.14  BUILD_DEPENDS="zlib-dev"
    1.15 -TAGS="web application"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -20,12 +22,12 @@
    1.20  	--mandir=/usr/share/man \
    1.21  	$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/bin
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/bin $fs/usr
    1.33  }