wok-6.x diff cream/receipt @ rev 16471
gstreamer-1.0: update i?86 bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 22 06:52:14 2014 +0000 (2014-04-22) |
parents | b68b4f934ba7 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/cream/receipt Tue Mar 02 18:31:54 2010 +0100 1.2 +++ b/cream/receipt Tue Apr 22 06:52:14 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="light web browser based on WebKit and using GTK+." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://cream-browser.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL" 1.11 +TAGS="browser" 1.12 + 1.13 DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1" 1.14 BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev" 1.15 -TAGS="browser" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -21,12 +23,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 - cp -a $_pkg/usr $fs 1.31 + cp -a $install/usr $fs 1.32 } 1.33