wok-next view hitori/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="hitori"
4 VERSION="3.22.4"
5 CATEGORY="games"
6 SHORT_DESC="GTK+ application to generate and let you play games of Hitori"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.gnome.org/Apps/Hitori"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev gettext itstool libxml2-tools gtk+3-dev cairo-dev \
15 desktop-file-utils-extra"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install || return 1
23 fix symlinks
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="cairo glib gtk+3 pango"
29 }