Magellan Linux

Contents of /branches/R11-unstable/extras/pinentry/pinentry-0.9.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25716 - (show annotations) (download)
Tue Nov 25 04:12:31 2014 UTC (9 years, 5 months ago) by niro
File size: 870 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="pinentry"
4 PVER="0.9.2"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="A collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol."
10 HOMEPAGE="http://www.gnupg.org/aegypten2/"
11
12 DEPEND=">= sys-libs/ncurses-5.9
13 >= sys-libs/libcap-2.22"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
22 #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | grep ${PNAME}-[0-9] | lasttarball"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 --enable-pinentry-curses \
34 --enable-fallback-curses \
35 --disable-pinentry-gtk \
36 --disable-pinentry-gtk2 \
37 --disable-pinentry-qt \
38 --disable-pinentry-qt4 \
39 || die
40
41 mmake || die
42 }