wok-next annotate cream/receipt @ rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents af2860af5ac8
children f48456621a9d
rev   line source
al@20600 1 # SliTaz package receipt v2.
pascal@4376 2
pascal@4376 3 PACKAGE="cream"
pascal@4376 4 VERSION="1.0-rc5"
pascal@4376 5 CATEGORY="network"
al@20600 6 SHORT_DESC="Light web browser based on WebKit and using GTK+"
pascal@4376 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@20943 9 WEB_SITE="https://sourceforge.net/projects/cream-browser/"
al@20600 10
pascal@4376 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4376 12 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL"
pascal@15579 13
al@20600 14 BUILD_DEPENDS="webkitgtk-dev libsoup-dev gtk+-dev gettext-tools"
pascal@4376 15
al@20600 16 compile_rules() {
al@20600 17 ./configure $CONFIGURE_ARGS &&
pascal@4376 18 make &&
pascal@15579 19 make DESTDIR=$DESTDIR install
pascal@4376 20 }
pascal@4376 21
al@20600 22 genpkg_rules() {
al@20600 23 copy @std
al@20600 24 DEPENDS="gtk+ gcc-lib-base webkitgtk libtasn1"
al@20600 25 TAGS="web-browser"
pascal@4376 26 }