wok diff intel2gas/receipt @ rev 19039
Webian Shell - again
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 15 09:08:59 2016 -0300 (2016-04-15) |
parents | 112ba02bd672 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/intel2gas/receipt Wed Oct 14 10:24:18 2009 +0200 1.2 +++ b/intel2gas/receipt Fri Apr 15 09:08:59 2016 -0300 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Convert assembler source file for NASM/MASM/TASM to GAS." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/" 1.10 WGET_URL="${WEB_SITE}$TARBALL" 1.11 + 1.12 DEPENDS="gcc-lib-base" 1.13 1.14 # Rules to configure and make the package. 1.15 @@ -21,12 +23,12 @@ 1.16 --mandir=/usr/share/man \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make DESTDIR=$DESTDIR install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - cp -a $_pkg/usr $fs 1.27 + cp -a $install/usr $fs 1.28 } 1.29