wok diff yasm/receipt @ rev 17367

get-foxit-reader: add cups to depends
author Richard Dunbar <mojo@slitaz.org>
date Thu Nov 20 21:01:38 2014 -0500 (2014-11-20)
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 Nov 20 21:01:38 2014 -0500
     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()