Magellan Linux

Contents of /branches/R11-stable/extras/gnome-keyring/gnome-keyring-3.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17932 - (show annotations) (download)
Thu Jun 27 06:30:40 2013 UTC (10 years, 10 months ago) by niro
File size: 914 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gnome-keyring"
4 PVER="3.8.2"
5 PBUILD="r1"
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.6
13 >= dev-libs/glib2-2.36
14 >= dev-libs/dbus-glib-0.100
15 >= app-crypt/libgcrypt-1.5
16 >= app-crypt/libtasn1-3.3
17 >= x11-libs/gtk3+-3.8
18 >= gnome-base/gcr-3.8
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 }