wok-next diff gnugo/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents d1c17bd2c2bc
children d5aab818505e
line diff
     1.1 --- a/gnugo/receipt	Mon Dec 02 17:47:06 2013 +0000
     1.2 +++ b/gnugo/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -1,23 +1,19 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gnugo"
     1.8  VERSION="3.8"
     1.9  CATEGORY="games"
    1.10 -SHORT_DESC="A free program that plays the game of Go."
    1.11 +SHORT_DESC="A free program that plays the game of Go"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://www.gnu.org/software/gnugo/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.gnu.org/software/gnugo/"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19 -SUGGESTED="quarry"
    1.20  
    1.21 -DEPENDS="ncurses"
    1.22  BUILD_DEPENDS="ncurses-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 +compile_rules() {
    1.29  	./configure \
    1.30  		--prefix=/usr \
    1.31  		--libexecdir=/usr/lib \
    1.32 @@ -28,9 +24,9 @@
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 +genpkg_rules() {
    1.40  	mkdir -p $fs/usr
    1.41  	cp -a $install/usr/bin $fs/usr
    1.42 +	DEPENDS="ncurses"
    1.43 +	SUGGESTED="quarry"
    1.44  }