wok-6.x diff yasm/receipt @ rev 16323
Up: connman-ui url (actualy we can download zip archive for specific commit)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Apr 10 12:23:54 2014 +0400 (2014-04-10) |
parents | 78cb1e930abd |
children | 74d396ffb02c |
line diff
1.1 --- a/yasm/receipt Sat Sep 07 15:59:12 2013 +0000 1.2 +++ b/yasm/receipt Thu Apr 10 12:23:54 2014 +0400 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()