wok-current diff yasm/receipt @ rev 16705
tazndis: tazndisbox depends on gtkdialog
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed May 28 10:36:19 2014 +0000 (2014-05-28) |
parents | 78cb1e930abd |
children | 74d396ffb02c |
line diff
1.1 --- a/yasm/receipt Sat Sep 07 15:59:12 2013 +0000 1.2 +++ b/yasm/receipt Wed May 28 10:36:19 2014 +0000 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="development" 1.5 MAINTAINER="jozee@slitaz.org" 1.6 LICENSE="BSD GPL2 LGPL2" 1.7 -SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" 1.8 +SHORT_DESC="A rewrite of NASM with multiple syntax (NASM, TASM, GAS, etc.)" 1.9 WEB_SITE="http://www.tortall.net/projects/yasm/" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$WEB_SITE/releases/$TARBALL" 1.12 +HOST_ARCH="i486 arm" 1.13 1.14 -DEPENDS="glibc-base" 1.15 +DEPENDS="" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()