wok-next annotate swell-foop/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents b15beafb58c2
children d5aab818505e
rev   line source
al@20793 1 # SliTaz package receipt v2.
al@20793 2
al@20793 3 PACKAGE="swell-foop"
al@20793 4 VERSION="3.28.0"
al@20793 5 CATEGORY="games"
al@20793 6 SHORT_DESC="Clear the screen by removing groups of colored and shaped tiles"
al@20793 7 MAINTAINER="al.bobylev@gmail.com"
al@20793 8 LICENSE="GPL2"
al@20793 9 WEB_SITE="https://wiki.gnome.org/Apps/Swell%20Foop"
al@20793 10
al@20793 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20793 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20793 13
al@21017 14 BUILD_DEPENDS="vala glib-dev gtk3-dev clutter-dev clutter-gtk-dev gettext \
al@20793 15 itstool"
al@20793 16
al@20793 17 compile_rules() {
al@20793 18 ./configure $CONFIGURE_ARGS &&
al@20793 19 make &&
al@20793 20 make install || return 1
al@20793 21
al@20793 22 fix symlinks
al@20793 23 }
al@20793 24
al@20793 25 genpkg_rules() {
al@20793 26 copy @std
al@21017 27 DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk3"
al@20793 28 }