wok rev 9523

Up: nasm to 2.09.08.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 07 09:57:11 2011 +0000 (2011-04-07)
parents 5af4199c207b
children 3ea24c02fe81
files nasm/receipt
line diff
     1.1 --- a/nasm/receipt	Thu Apr 07 08:43:43 2011 +0000
     1.2 +++ b/nasm/receipt	Thu Apr 07 09:57:11 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.