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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }