wok diff cgoban/receipt @ rev 15679

lxc: add depend for linux-lxc
Add linux-lxc
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:12:42 2013 +0100 (2013-12-20)
parents 4f527a2114bf
children 9af0e03b8ad0
line diff
     1.1 --- a/cgoban/receipt	Thu Mar 08 11:44:26 2012 -0800
     1.2 +++ b/cgoban/receipt	Fri Dec 20 20:12:42 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Large set of go-related services for Unix and X11."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://cgoban1.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/cgoban1/$TARBALL"
    1.11 +SUGGESTED="gnugo"
    1.12 +
    1.13  DEPENDS="gtk+"
    1.14  BUILD_DEPENDS="gtk+-dev xorg-dev"
    1.15 -SUGGESTED="gnugo"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -20,13 +22,13 @@
    1.20  	--mandir=/usr/share/man \
    1.21  	$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/bin $fs/usr/share/applications
    1.31 -	cp -a $_pkg/usr/bin/cgoban $fs/usr/bin
    1.32 +	cp -a $install/usr/bin/cgoban $fs/usr/bin
    1.33  }
    1.34