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

updated dansguardian (2.10.1.1 -> 2.12.0.3)
author Hans-G?nter Theisgen
date Mon Jun 22 17:38:17 2020 +0100 (2020-06-22)
parents f48456621a9d
children
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 &&
al@21020 22 make DESTDIR=$install 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 }