wok-6.x diff libnfc/receipt @ rev 18712
ola-dev: update depends; add qlcplus (thanks kult-ex)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 16 20:20:30 2015 +0200 (2015-12-16) |
parents | 7d6089953592 |
children | 6f8050857b59 |
line diff
1.1 --- a/libnfc/receipt Sat Aug 10 11:33:11 2013 +0000 1.2 +++ b/libnfc/receipt Wed Dec 16 20:20:30 2015 +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 &&