wok diff pcmciautils/receipt @ rev 16177

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents b9ca0849598b
children c9e270dd464f
line diff
     1.1 --- a/pcmciautils/receipt	Mon Oct 17 00:27:48 2011 +0000
     1.2 +++ b/pcmciautils/receipt	Sun Mar 30 16:34:03 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utils to use with PCMCIA cards"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="linux sysfsutils udev"
     1.8 -BUILD_DEPENDS="sysfsutils-dev bison flex"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
    1.12  #WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL"
    1.13  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL"
    1.14  
    1.15 +DEPENDS="linux sysfsutils udev"
    1.16 +BUILD_DEPENDS="sysfsutils-dev bison flex"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {