wok-next annotate gnome-hearts/receipt @ rev 20488
palemoon: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 11:00:54 2018 +0100 (2018-03-12) |
parents | fef53f183a89 |
children | a3c581bf52b8 |
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" |
yuripourre@17009 | 10 WEB_SITE="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 \ |
pascal@20004 | 15 libgnomeui-dev glib-dev itstool rarian-dev intltool" |
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 } |