wok diff pywebkitgtk/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 73641efed1cc
children 6135577f4d08
line diff
     1.1 --- a/pywebkitgtk/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/pywebkitgtk/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python bindings to the Webkit GTK+ port."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libwebkit pygtk libxslt"
     1.8 -BUILD_DEPENDS="libwebkit-dev pygtk-dev libxslt-dev python-dev util-linux-uuid-dev pkg-config"
     1.9 +LICENSE="LGPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://code.google.com/p/pywebkitgtk/"
    1.12  WGET_URL="http://pywebkitgtk.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="libwebkit pygtk libxslt"
    1.15 +BUILD_DEPENDS="libwebkit-dev pygtk-dev libxslt-dev python-dev util-linux-uuid-dev pkg-config"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -20,14 +22,14 @@
    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/share
    1.32 -	cp -a $_pkg/usr/lib $fs/usr
    1.33 -	cp -a $_pkg/usr/share/pywebkitgtk $fs/usr/share
    1.34 +	cp -a $install/usr/lib $fs/usr
    1.35 +	cp -a $install/usr/share/pywebkitgtk $fs/usr/share
    1.36  }
    1.37