wok-next view aisleriot/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 21ab7a6eb192
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aisleriot"
4 VERSION="3.22.7"
5 CATEGORY="games"
6 SHORT_DESC="A collection of patience games"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://wiki.gnome.org/Apps/Aisleriot"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="pysolfc glib-dev librsvg-dev desktop-file-utils-extra \
15 intltool guile-dev gtk3-dev libcanberra-dev gconf-dev itstool gmp-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 --disable-debug \
21 --with-pysol-card-theme-path=/usr/share/PySolFC \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 rm -r $fs/usr/share/help/
31 DEPENDS="atk libcairo gconf gdk-pixbuf glib gtk3 guile libcanberra \
32 libcanberra-gtk3 librsvg"
33 SUGGEST="pysolfc-cardsets pysolfc-cardsets-extra"
34 }