wok diff enigma/receipt @ rev 18402

gmerlin: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 19 09:14:48 2015 +0200 (2015-09-19)
parents 842dd79348e3
children 55af2ae5af8f
line diff
     1.1 --- a/enigma/receipt	Fri Sep 27 12:42:14 2013 +0000
     1.2 +++ b/enigma/receipt	Sat Sep 19 09:14:48 2015 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="puzzle game similar to Oxyd"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION-$REVISION.tar.gz"
     1.9  WEB_SITE="http://www.nongnu.org/enigma/"
    1.10  WGET_URL="http://download.berlios.de/enigma-game/$TARBALL"
    1.11 @@ -31,7 +32,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 -	cp -a $_pkg/usr/share/enigma $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib $fs/usr
    1.20 +	cp -a $install/usr/share/enigma $fs/usr/share
    1.21  }