# HG changeset patch # User Pascal Bellard # Date 1376558639 0 # Node ID 8c01b80af4f4b9a4de9cfe21f18b5593d2e1ecb7 # Parent 55489d2f9985448da402972008d93c9b4df50ee3 pinentry-gtk: add build_depends diff -r 55489d2f9985 -r 8c01b80af4f4 pinentry-gtk/receipt --- a/pinentry-gtk/receipt Thu Aug 15 08:48:49 2013 +0000 +++ b/pinentry-gtk/receipt Thu Aug 15 09:23:59 2013 +0000 @@ -5,12 +5,16 @@ CATEGORY="security" SHORT_DESC="Allow GnuPG to read passphrases and PIN numbers in a secure manner (GTK+ GUI)." # Bring the curses version as fallback if there's no X display. -DEPENDS="gtk+ libcap pinentry" SOURCE="pinentry" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/pinentry/$TARBALL" +DEPENDS="gtk+ libcap pinentry" +BUILD_DEPENDS="gtk+-dev libcap-dev pinentry" + # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() @@ -30,5 +34,5 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }