wok-next diff yasm/receipt @ rev 15629
xine-plugin: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 08:26:16 2013 +0000 (2013-12-09) |
parents | cb660f628a78 |
children | 61bec0518c8c |
line diff
1.1 --- a/yasm/receipt Mon Feb 27 18:19:40 2012 -0500 1.2 +++ b/yasm/receipt Mon Dec 09 08:26:16 2013 +0000 1.3 @@ -4,12 +4,14 @@ 1.4 VERSION="1.2.0" 1.5 CATEGORY="development" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="BSD GPL2 LGPL2" 1.8 SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" 1.9 -DEPENDS="glibc-base" 1.10 WEB_SITE="http://www.tortall.net/projects/yasm/" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WGET_URL="$WEB_SITE/releases/$TARBALL" 1.13 1.14 +DEPENDS="glibc-base" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -23,6 +25,5 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 - 1.25 + cp -a $install/usr/bin $fs/usr 1.26 }