wok-next view swell-foop/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="swell-foop"
4 VERSION="3.28.0"
5 CATEGORY="games"
6 SHORT_DESC="Clear the screen by removing groups of colored and shaped tiles"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Swell%20Foop"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="vala glib-dev gtk+3-dev clutter-dev clutter-gtk-dev gettext \
15 itstool"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 fix symlinks
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk+3"
28 }