wok-next rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 7bf02e95fe42
children 4189d8784a4d
files gpgme/receipt
line diff
     1.1 --- a/gpgme/receipt	Sat Jun 09 06:52:39 2018 +0000
     1.2 +++ b/gpgme/receipt	Sat Jun 09 07:02:52 2018 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  # Integrity check: https://www.gnupg.org/download/integrity_check.html
     1.5  TARBALL_SHA1="95b1fc427871ca8d30d6d3b1985c816fe0b5077b"
     1.6  
     1.7 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev"
     1.8 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev gnupg"
     1.9  SPLIT="gpgme-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -29,11 +29,11 @@
    1.13  		gpgme)
    1.14  			copy @std
    1.15  			rm -r $fs/usr/share
    1.16 -			DEPENDS="libassuan libgpg-error"
    1.17 +			DEPENDS="libassuan libgpg-error gnupg"
    1.18  			;;
    1.19  		*-dev)
    1.20  			copy @dev common-lisp/
    1.21 -			DEPENDS="gpgme libassuan-dev libgpg-error-dev"
    1.22 +			DEPENDS="gpgme libassuan-dev libgpg-error-dev gnupg"
    1.23  			;;
    1.24  	esac
    1.25  }