wok-next annotate hitori/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@20793 1 # SliTaz package receipt v2.
al@20793 2
al@20793 3 PACKAGE="hitori"
al@20793 4 VERSION="3.22.4"
al@20793 5 CATEGORY="games"
al@20793 6 SHORT_DESC="GTK+ application to generate and let you play games of Hitori"
al@20793 7 MAINTAINER="al.bobylev@gmail.com"
al@20793 8 LICENSE="GPL3"
al@20793 9 WEB_SITE="https://wiki.gnome.org/Apps/Hitori"
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@21020 14 BUILD_DEPENDS="glib-dev gettext-dev itstool libxml2-tools gtk3-dev cairo-dev \
al@20793 15 desktop-file-utils-extra"
al@20793 16
al@20793 17 compile_rules() {
al@20793 18 ./configure $CONFIGURE_ARGS &&
al@20793 19 fix libtool &&
al@20793 20 make &&
al@20793 21 make install || return 1
al@20793 22
al@20793 23 fix symlinks
al@20793 24 }
al@20793 25
al@20793 26 genpkg_rules() {
al@20793 27 copy @std
al@21105 28 DEPENDS="libcairo glib gtk3 pango"
al@20793 29 }