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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents f48456621a9d
children
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 gtk3-dev clutter-dev clutter-gtk-dev gettext-dev \
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 gtk3"
28 }