wok-next diff gnome-2048/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents
children a20a093a9790
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-2048/receipt	Sun Aug 12 04:53:45 2018 +0300
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="gnome-2048"
     1.7 +VERSION="3.26.1"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Obtain the 2048 tile"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://wiki.gnome.org/Apps/2048"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="vala glib-dev gtk+3-dev clutter-dev clutter-gtk-dev libgee-dev \
    1.18 +libgnome-games-support-dev desktop-file-utils-extra intltool itstool"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make install || return 1
    1.24 +
    1.25 +	fix symlinks
    1.26 +}
    1.27 +
    1.28 +genpkg_rules() {
    1.29 +	copy @std
    1.30 +	DEPENDS="cairo clutter clutter-gtk glib gtk+3 libgee \
    1.31 +	libgnome-games-support pango"
    1.32 +}