wok diff sip/receipt @ rev 11303

Up: kismet (2011-08-R1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 22:29:28 2011 +0000 (2011-11-12)
parents 02bbaa9d12ba
children 5e81a7b53822
line diff
     1.1 --- a/sip/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/sip/receipt	Sat Nov 12 22:29:28 2011 +0000
     1.3 @@ -1,30 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sip"
     1.7 -VERSION="4.12.1"
     1.8 +VERSION="4.12.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="needed for PyQt"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 -DEPENDS="python gcc-lib-base"
    1.13 -BUILD_DEPENDS="python-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.16  WGET_URL="$WEB_SITE/static/Downloads/sip4/$TARBALL"
    1.17  
    1.18 +DEPENDS="python gcc-lib-base"
    1.19 +BUILD_DEPENDS="python-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	python configure.py
    1.26  	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 -	cp -a $_pkg/usr/lib $fs/usr
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/lib $fs/usr
    1.39  }
    1.40