wok diff deutex-devel/receipt @ rev 18315

Up slitaz-boot-scripts (412)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 27 14:49:30 2015 +0200 (2015-08-27)
parents 7b224857e9bd
children 20661c276bcf
line diff
     1.1 --- a/deutex-devel/receipt	Tue Mar 15 20:27:29 2011 +0000
     1.2 +++ b/deutex-devel/receipt	Thu Aug 27 14:49:30 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A WAD file composer for Doom, Heretic, Hexen and Strife."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="deutex"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.teaser.fr/~amajorel/deutex/"
    1.11 @@ -25,6 +26,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18