Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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