Magellan Linux

Contents of /branches/magellan-next/extras/gnome-keyring/gnome-keyring-2.32.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9394 - (show annotations) (download)
Mon Nov 28 21:07:23 2011 UTC (12 years, 5 months ago) by niro
File size: 855 byte(s)
auto added: ver bump to 2.32.1-r1
1 # $Id$
2
3 PNAME="gnome-keyring"
4 PVER="2.32.1"
5 PBUILD="r1"
6
7 PCATEGORIE="gnome-base"
8
9 DESCRIPTION="Password and keyring managing daemon."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= sys-apps/dbus-1.4
13 >= dev-libs/glib2-2.28
14 >= dev-libs/dbus-glib-0.92
15 >= app-crypt/libgcrypt-1.5
16 >= app-crypt/libtasn1-2.9
17 >= x11-libs/gtk2+-2.24
18 >= gnome-base/gconf-2.32
19 >= sys-libs/pam-1.1"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.41
23 >= sys-dev/gettext-0.18"
24
25 sminclude gnome2
26
27 UP2DATE="updatecmd_gnome ${PNAME}"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 gn2_configure \
34 --with-gtk=2.0 \
35 --disable-debug \
36 --disable-tests \
37 --disable-valgrind \
38 --enable-pam \
39 --enable-acl-prompts \
40 --enable-ssh-agent \
41 --enable-gpg-agent \
42 --with-pam-dir=/$(mlibdir)/security \
43 --with-root-certs=/usr/share/ca-certificates/ \
44 || die
45
46 mmake || die
47 }