
Receipt for package "cgoban"
# SliTaz package receipt. PACKAGE="cgoban" VERSION="1.9.14" CATEGORY="games" SHORT_DESC="Large set of go-related services for Unix and X11." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://cgoban1.sourceforge.net/" WGET_URL="$SF_MIRROR/cgoban1/$TARBALL" SUGGESTED="gnugo" DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev xorg-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/cgoban1/files/cgoban1/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/cgoban1/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/applications cp -a $install/usr/bin/cgoban $fs/usr/bin }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)