wok-next diff cgames/receipt @ rev 14793

Normalize ownership and permissions: caps, catfish, cdparanoia-III-dev, cgames, chemtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 17:53:48 2013 +0300 (2013-07-08)
parents d6678fe90ec9
children 380ffe05937a
line diff
     1.1 --- a/cgames/receipt	Tue Apr 05 12:40:26 2011 +0200
     1.2 +++ b/cgames/receipt	Mon Jul 08 17:53:48 2013 +0300
     1.3 @@ -5,9 +5,10 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Games for the Linux Console."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +WEB_SITE="http://www.muppetlabs.com/~breadbox/software/cgames.html"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://www.muppetlabs.com/~breadbox/software/cgames.html"
    1.10  WGET_URL="http://www.muppetlabs.com/~breadbox/pub/software/$TARBALL"
    1.11 +
    1.12  DEPENDS="ncurses"
    1.13  BUILD_DEPENDS="ncurses-dev"
    1.14  
    1.15 @@ -33,8 +34,9 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/share
    1.19 -	cp -a $_pkg/usr/games $fs/usr
    1.20 -	cp -a $_pkg/usr/share/cblocks $fs/usr/share
    1.21 -	cp -a $_pkg/usr/share/csokoban $fs/usr/share
    1.22 +	cp -a $install/usr/games $fs/usr
    1.23 +	cp -a $install/usr/share/cblocks $fs/usr/share
    1.24 +	cp -a $install/usr/share/csokoban $fs/usr/share
    1.25 +
    1.26 +	find $fs -type f -name '*.txt' -exec chmod a-x \{\} \;
    1.27  }
    1.28 -