wok-next diff yasm/receipt @ rev 11932
lxpanel: Patch cpu plugin to get monochrome style
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 01 02:13:36 2012 +0100 (2012-03-01) |
parents | b8454fb20cc5 |
children | 78cb1e930abd |
line diff
1.1 --- a/yasm/receipt Fri May 20 04:19:09 2011 +0000 1.2 +++ b/yasm/receipt Thu Mar 01 02:13:36 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yasm" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" 1.12 @@ -11,7 +11,8 @@ 1.13 WGET_URL="$WEB_SITE/releases/$TARBALL" 1.14 1.15 # Rules to configure and make the package. 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 cd $src 1.20 ./configure $CONFIGURE_ARGS && 1.21 make &&