wok-current rev 11199
Up: libassuan to 2.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 03:29:30 2011 +0000 (2011-11-03) |
parents | 243c00e55fbc |
children | 658bcfcdf7ac |
files | libassuan-dev/receipt libassuan/receipt |
line diff
1.1 --- a/libassuan-dev/receipt Thu Nov 03 03:27:54 2011 +0000 1.2 +++ b/libassuan-dev/receipt Thu Nov 03 03:29:30 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libassuan-dev" 1.7 -VERSION="2.0.1" 1.8 +VERSION="2.0.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel files)." 1.11 MAINTAINER="gokhlayeh@slitaz.org"
2.1 --- a/libassuan/receipt Thu Nov 03 03:27:54 2011 +0000 2.2 +++ b/libassuan/receipt Thu Nov 03 03:29:30 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libassuan" 2.7 -VERSION="2.0.1" 2.8 +VERSION="2.0.2" 2.9 CATEGORY="security" 2.10 SHORT_DESC="IPC library used by some of the other GnuPG related packages." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -16,7 +16,7 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - ./configure && make && make install 2.17 + ./configure $CONFIGURE_ARGS && make && make install 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg.