wok-current diff nasm/receipt @ rev 9690
xorg-libXaw: clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 06 22:06:01 2011 +0000 (2011-05-06) |
parents | 6e1a5b42a90d |
children | 4d84a55fb207 |
line diff
1.1 --- a/nasm/receipt Sat Dec 11 06:10:10 2010 +0000 1.2 +++ b/nasm/receipt Fri May 06 22:06:01 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nasm" 1.7 -VERSION="2.09.04" 1.8 +VERSION="2.09.08" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The netwide assembler." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,10 +14,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + ./configure && 1.19 make && 1.20 - make INSTALLROOT=$PWD/_pkg install 1.21 + make INSTALLROOT=$DESTDIR install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.