wok diff gpgme/receipt @ rev 7499
Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 04 00:03:00 2010 +0000 (2010-12-04) |
parents | b084f9ed4a92 |
children | 4b028f6a84ef |
line diff
1.1 --- a/gpgme/receipt Fri Sep 17 18:47:50 2010 +0000 1.2 +++ b/gpgme/receipt Sat Dec 04 00:03:00 2010 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libgpg-error pth" 1.8 -BUILD_DEPENDS="libgpg-error-dev libgpg-error" 1.9 +DEPENDS="libgpg-error pth gnupg" 1.10 +BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.13 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL"