wok view cream/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents f7e96b8e3444
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="cream"
4 VERSION="1.0-rc5"
5 CATEGORY="network"
6 SHORT_DESC="light web browser based on WebKit and using GTK+."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://cream-browser.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL"
11 DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1"
12 BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev"
13 TAGS="browser"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv -f $PACKAGE $src 2> /dev/null
19 cd $src
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/usr $fs
31 }