# HG changeset patch # User Christopher Rogers # Date 1330384780 18000 # Node ID cb660f628a788e4c03118afac95a5c6f20236c63 # Parent 6b1be3598c12e8c06b038017ed3757553bde8d0b Up: yasm to 1.2.0. diff -r 6b1be3598c12 -r cb660f628a78 yasm-dev/receipt --- a/yasm-dev/receipt Mon Feb 27 18:17:35 2012 -0500 +++ b/yasm-dev/receipt Mon Feb 27 18:19:40 2012 -0500 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yasm-dev" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="development" SHORT_DESC="yasm devel library." MAINTAINER="jozee@slitaz.org" diff -r 6b1be3598c12 -r cb660f628a78 yasm/receipt --- a/yasm/receipt Mon Feb 27 18:17:35 2012 -0500 +++ b/yasm/receipt Mon Feb 27 18:19:40 2012 -0500 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yasm" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="development" MAINTAINER="jozee@slitaz.org" SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" @@ -11,7 +11,8 @@ WGET_URL="$WEB_SITE/releases/$TARBALL" # Rules to configure and make the package. -compile_rules() { +compile_rules() +{ cd $src ./configure $CONFIGURE_ARGS && make &&