wok-next annotate gnome-hearts/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents a3c581bf52b8
children d5aab818505e
rev   line source
al@21017 1 # SliTaz package receipt v2.
yuripourre@17009 2
yuripourre@17009 3 PACKAGE="gnome-hearts"
yuripourre@17009 4 VERSION="0.3.1"
yuripourre@17009 5 CATEGORY="games"
yuripourre@17009 6 LICENSE="GPL3"
al@21017 7 SHORT_DESC="GNOME hearts card game"
yuripourre@17009 8 MAINTAINER="yuripourre@gmail.com"
al@21017 9 WEB_SITE="https://web.archive.org/web/20131231235520/http://www.jejik.com/gnome-hearts"
al@21017 10
yuripourre@17009 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
yuripourre@17009 12 WGET_URL="http://www.jejik.com/files/gnome-hearts/$TARBALL"
yuripourre@17009 13
al@21017 14 BUILD_DEPENDS="gtk2-dev libglade-dev python-dev libgnome-dev \
pascal@20004 15 libgnomeui-dev glib-dev itstool rarian-dev intltool"
yuripourre@17009 16
al@21017 17 compile_rules() {
al@21017 18 ./configure \
yuripourre@17009 19 --disable-scrollkeeper \
yuripourre@17009 20 $CONFIGURE_ARGS &&
yuripourre@17009 21 make &&
yuripourre@17009 22 make DESTDIR=$DESTDIR install
yuripourre@17009 23 }
yuripourre@17009 24
al@21017 25 genpkg_rules() {
al@21017 26 copy @std
al@21017 27 DEPENDS="gtk2 libglade python libgnomeui libgnome-keyring librsvg"
yuripourre@17009 28 }