wok-next annotate cgoban/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
rev   line source
pascal@4571 1 # SliTaz package receipt.
pascal@4571 2
pascal@4571 3 PACKAGE="cgoban"
pascal@4571 4 VERSION="1.9.14"
pascal@4571 5 CATEGORY="games"
al@21020 6 SHORT_DESC="Large set of go-related services for Unix and X11"
pascal@4571 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pascal@4571 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4571 10 WEB_SITE="http://cgoban1.sourceforge.net/"
pascal@4571 11 WGET_URL="$SF_MIRROR/cgoban1/$TARBALL"
pascal@15001 12 SUGGESTED="gnugo"
pascal@15001 13
al@21017 14 DEPENDS="gtk2"
al@21017 15 BUILD_DEPENDS="gtk2-dev xorg-dev"
pascal@4571 16
al@21020 17 compile_rules() {
al@21020 18 ./configure \
al@21020 19 --prefix=/usr \
al@21020 20 --infodir=/usr/share/info \
al@21020 21 --mandir=/usr/share/man \
al@21020 22 $CONFIGURE_ARGS &&
pascal@4571 23 make &&
al@21020 24 make DESTDIR=$install install
pascal@4571 25 }
pascal@4571 26
al@21020 27 genpkg_rules() {
pascal@4571 28 mkdir -p $fs/usr/bin $fs/usr/share/applications
pascal@15001 29 cp -a $install/usr/bin/cgoban $fs/usr/bin
pascal@4571 30 }