wok rev 15130
pinentry-gtk: add build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 09:23:59 2013 +0000 (2013-08-15) |
parents | 55489d2f9985 |
children | d925fb3ac2bd |
files | pinentry-gtk/receipt |
line diff
1.1 --- a/pinentry-gtk/receipt Thu Aug 15 08:48:49 2013 +0000 1.2 +++ b/pinentry-gtk/receipt Thu Aug 15 09:23:59 2013 +0000 1.3 @@ -5,12 +5,16 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Allow GnuPG to read passphrases and PIN numbers in a secure manner (GTK+ GUI)." 1.6 # Bring the curses version as fallback if there's no X display. 1.7 -DEPENDS="gtk+ libcap pinentry" 1.8 SOURCE="pinentry" 1.9 +MAINTAINER="pascal.bellard@slitaz.org" 1.10 +LICENSE="GPL2" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.gnupg.org/" 1.13 WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL" 1.14 1.15 +DEPENDS="gtk+ libcap pinentry" 1.16 +BUILD_DEPENDS="gtk+-dev libcap-dev pinentry" 1.17 + 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 1.20 compile_rules() 1.21 @@ -30,5 +34,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/ 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }