# SliTaz package receipt. PACKAGE="cream" VERSION="1.0-rc5" CATEGORY="network" SHORT_DESC="light web browser based on WebKit and using GTK+." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cream-browser.sourceforge.net/" WGET_URL="$SF_MIRROR/cream-browser/$TARBALL" DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1" BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev" TAGS="browser" # Rules to configure and make the package. compile_rules() { mv -f $PACKAGE $src 2> /dev/null cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $_pkg/usr $fs }