Magellan Linux

Annotation of /trunk/extras/gnome-keyring/gnome-keyring-3.4.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12753 - (hide annotations) (download)
Mon Jul 2 14:37:15 2012 UTC (12 years, 2 months ago) by niro
File size: 930 byte(s)
-marked unstable
1 niro 12733 # $Id$
2    
3     PNAME="gnome-keyring"
4     PVER="3.4.1"
5     PBUILD="r2"
6    
7     PCAT="gnome-base"
8 niro 12753 STATE="unstable"
9 niro 12733
10     DESCRIPTION="Password and keyring managing daemon."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= sys-apps/dbus-1.5
14     >= dev-libs/glib2-2.32
15     >= dev-libs/dbus-glib-0.98
16     >= app-crypt/libgcrypt-1.5
17     >= app-crypt/libtasn1-2.9
18     >= x11-libs/gtk3+-3.4
19     >= gnome-base/gcr-3.4
20     >= sys-libs/pam-1.1"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50
24     >= sys-dev/gettext-0.18"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     sminclude gnome2
29    
30     UP2DATE="updatecmd_gnome ${PNAME}"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     gn2_configure \
37     --disable-schemas-compile \
38     --with-gtk=3.0 \
39     --disable-debug \
40     --disable-tests \
41     --disable-valgrind \
42     --enable-pam \
43     --enable-acl-prompts \
44     --enable-ssh-agent \
45     --enable-gpg-agent \
46     --with-pam-dir=/usr/$(mlibdir)/security \
47     --with-root-certs=/usr/share/ca-certificates/ \
48     || die
49    
50     mmake || die
51     }