wok-next annotate cream/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents f48456621a9d
children
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@21020 14 BUILD_DEPENDS="webkitgtk-dev libsoup-dev gtk2-dev gettext"
pascal@4376 15
al@20600 16 compile_rules() {
al@20600 17 ./configure $CONFIGURE_ARGS &&
pascal@4376 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@4376 20 }
pascal@4376 21
al@20600 22 genpkg_rules() {
al@20600 23 copy @std
al@21017 24 DEPENDS="gtk2 gcc-lib-base webkitgtk libtasn1"
al@20600 25 TAGS="web-browser"
pascal@4376 26 }