wok rev 11873

Up: yasm to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 27 18:19:40 2012 -0500 (2012-02-27)
parents 6b1be3598c12
children 64ba4a9312ad
files yasm-dev/receipt yasm/receipt
line diff
     1.1 --- a/yasm-dev/receipt	Mon Feb 27 18:17:35 2012 -0500
     1.2 +++ b/yasm-dev/receipt	Mon Feb 27 18:19:40 2012 -0500
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yasm-dev"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="yasm devel library."
    1.11  MAINTAINER="jozee@slitaz.org"
     2.1 --- a/yasm/receipt	Mon Feb 27 18:17:35 2012 -0500
     2.2 +++ b/yasm/receipt	Mon Feb 27 18:19:40 2012 -0500
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="yasm"
     2.7 -VERSION="1.1.0"
     2.8 +VERSION="1.2.0"
     2.9  CATEGORY="development"
    2.10  MAINTAINER="jozee@slitaz.org"
    2.11  SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
    2.12 @@ -11,7 +11,8 @@
    2.13  WGET_URL="$WEB_SITE/releases/$TARBALL"
    2.14  
    2.15  # Rules to configure and make the package.
    2.16 -compile_rules() {
    2.17 +compile_rules()
    2.18 +{
    2.19  	cd $src
    2.20  	./configure $CONFIGURE_ARGS &&
    2.21  	make &&