wok-next view hitori/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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-dev itstool libxml2-tools gtk3-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="libcairo glib gtk3 pango"
29 }