wok annotate cream/receipt @ rev 11817

firefox: Updated WANTED packages to 10.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:53:42 2012 -0500 (2012-02-25)
parents f7e96b8e3444
children eb8067417980
rev   line source
pascal@4376 1 # SliTaz package receipt.
pascal@4376 2
pascal@4376 3 PACKAGE="cream"
pascal@4376 4 VERSION="1.0-rc5"
pascal@4376 5 CATEGORY="network"
pascal@4376 6 SHORT_DESC="light web browser based on WebKit and using GTK+."
pascal@4376 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4376 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4376 9 WEB_SITE="http://cream-browser.sourceforge.net/"
pascal@4376 10 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL"
pascal@5026 11 DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1"
pascal@4376 12 BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev"
jozee@4933 13 TAGS="browser"
pascal@4376 14
pascal@4376 15 # Rules to configure and make the package.
pascal@4376 16 compile_rules()
pascal@4376 17 {
pascal@4376 18 mv -f $PACKAGE $src 2> /dev/null
pascal@4376 19 cd $src
pascal@4376 20 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@4376 21 --mandir=/usr/share/man \
pascal@4376 22 $CONFIGURE_ARGS &&
pascal@4376 23 make &&
pascal@4376 24 make DESTDIR=$PWD/_pkg install
pascal@4376 25 }
pascal@4376 26
pascal@4376 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4376 28 genpkg_rules()
pascal@4376 29 {
pascal@4376 30 cp -a $_pkg/usr $fs
pascal@4376 31 }
pascal@4376 32