wok annotate gnome-hearts/receipt @ rev 23648
updated slib (3b5 -> 3b6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:28:42 2020 +0100 (2020-04-20) |
parents | fef53f183a89 |
children | d8c511e24c20 |
rev | line source |
---|---|
yuripourre@17009 | 1 # SliTaz package receipt. |
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" |
yuripourre@17009 | 7 SHORT_DESC="GNOME hearts card game." |
yuripourre@17009 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@17009 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20673 | 10 WEB_SITE="https://web.archive.org/web/20131231235520/http://www.jejik.com/gnome-hearts" |
yuripourre@17009 | 11 WGET_URL="http://www.jejik.com/files/gnome-hearts/$TARBALL" |
yuripourre@17009 | 12 |
yuripourre@17014 | 13 DEPENDS="gtk+ libglade python libgnomeui libgnome-keyring librsvg" |
yuripourre@17009 | 14 BUILD_DEPENDS="gtk+-dev libglade-dev python-dev libgnome-dev \ |
yuripourre@17011 | 15 libgnomeui-dev glib-dev itstool rarian-dev" |
yuripourre@17009 | 16 |
yuripourre@17009 | 17 # Rules to configure and make the package. |
yuripourre@17009 | 18 compile_rules() |
yuripourre@17009 | 19 { |
yuripourre@17009 | 20 ./configure \ |
yuripourre@17009 | 21 --disable-scrollkeeper \ |
yuripourre@17009 | 22 $CONFIGURE_ARGS && |
yuripourre@17009 | 23 make && |
yuripourre@17009 | 24 make DESTDIR=$DESTDIR install |
yuripourre@17009 | 25 } |
yuripourre@17009 | 26 |
yuripourre@17009 | 27 genpkg_rules() |
yuripourre@17009 | 28 { |
yuripourre@17009 | 29 mkdir -p $fs/usr/share |
yuripourre@17009 | 30 cp -a $install/usr/bin $fs/usr |
yuripourre@17009 | 31 cp -a $install/usr/share/pixmaps $fs/usr/share |
yuripourre@17009 | 32 cp -a $install/usr/share/$PACKAGE $fs/usr/share |
yuripourre@17009 | 33 cp -a $install/usr/share/applications $fs/usr/share |
yuripourre@17009 | 34 } |