wok diff libnfc/receipt @ rev 19449

Up bind (9.11.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 17 10:20:42 2016 +0200 (2016-10-17)
parents 7d6089953592
children 6f8050857b59
line diff
     1.1 --- a/libnfc/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/libnfc/receipt	Mon Oct 17 10:20:42 2016 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnfc"
     1.7 -VERSION="1.7.0-rc6"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Near Field Communication (NFC) library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc"
    1.16  WGET_URL="http://libnfc.googlecode.com/files/$TARBALL"
    1.17  
    1.18 @@ -16,7 +16,6 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure --prefix=/usr \
    1.24  		--with-drivers=all \
    1.25  		$CONFIGURE_ARGS &&