wok diff gnupg/receipt @ rev 6590
Added battery patch to lxpanel to fix 100% battery power bug.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 04:48:51 2010 +0000 (2010-10-09) |
parents | 9f19aee613be |
children | 48ff926cffa1 |
line diff
1.1 --- a/gnupg/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/gnupg/receipt Sat Oct 09 04:48:51 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnupg" 1.7 -VERSION="2.0.13" 1.8 +VERSION="2.0.16" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Free implementation of the OpenPGP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="libusb bzlib libcurl openssl readline zlib libgpg-error pth libksba \ 1.13 libgcrypt" 1.14 -BUILD_DEPENDS="libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev 1.15 -pth-dev libassuan libksba-dev" 1.16 +BUILD_DEPENDS="$DEPENDS libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev 1.17 +pth-dev libgcrypt-dev libassuan libksba-dev pkg-config" 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 WEB_SITE="http://www.gnupg.org/" 1.20 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL"