wok-next annotate quarry/receipt @ rev 21360

guacamole: inserted fix libtool
author Hans-G?nter Theisgen
date Mon Apr 13 06:41:39 2020 +0100 (2020-04-13)
parents 5669e8b3be70
children cd45b14b68c9
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@4569 2
pascal@4569 3 PACKAGE="quarry"
pascal@4569 4 VERSION="0.2.0"
pascal@4569 5 CATEGORY="games"
al@21017 6 SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi"
pascal@4569 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="GPL2"
pascal@21145 9 WEB_SITE="https://gitorious.org/quarry/quarry/"
al@21017 10
pascal@4569 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4569 12 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
pascal@15601 13
al@21017 14 BUILD_DEPENDS="gtk2-dev librsvg-dev libgsf"
pascal@4569 15
al@21017 16 compile_rules() {
pascal@4570 17 sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c
al@21017 18
pascal@4569 19 ./configure \
pascal@4569 20 --prefix=/usr \
pascal@4569 21 --libexecdir=/usr/lib \
pascal@4569 22 --infodir=/usr/share/info \
pascal@4569 23 --mandir=/usr/share/man \
pascal@4569 24 --enable-sgf-utils \
pascal@4569 25 $CONFIGURE_ARGS &&
pascal@4569 26 make &&
al@21020 27 make DESTDIR=$install install
pascal@4569 28 }
pascal@4569 29
al@21017 30 genpkg_rules() {
al@21017 31 copy @std
al@21078 32 DEPENDS="gtk2 librsvg libgsf xcb-util"
al@21017 33 SUGGESTED="gnugo"
pascal@4569 34 }