Magellan Linux

Contents of /trunk/extras/gnome-keyring/gnome-keyring-2.28.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4649 - (show annotations) (download)
Fri Dec 25 23:52:01 2009 UTC (14 years, 5 months ago) by niro
File size: 779 byte(s)
auto added: ver bump to 2.28.2-r1
1 # $Id$
2
3 PNAME="gnome-keyring"
4 PVER="2.28.2"
5 PBUILD="r1"
6
7 PCATEGORIE="gnome-base"
8 STATE="unstable"
9
10 DESCRIPTION="Gnome-keyring is a program that keep password and other secrets for users."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= x11-libs/gtk2+-2.18
15 >= sys-apps/dbus-1.3
16 >= gnome-base/gconf-2.28
17 >= sys-libs/pam-1.1
18 >= app-crypt/libgcrypt-1.4.4
19 >= app-crypt/libtasn1-2.3"
20
21 SDEPEND=">= dev-util/pkgconfig-0.23
22 >= sys-dev/gettext-0.17
23 >= dev-util/intltool-0.40"
24
25 sminclude gnome2
26
27 UP2DATE="updatecmd_gnome ${PNAME}"
28
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 gn2_configure \
35 --with-root-certs=/usr/share/ca-certificates/ \
36 --disable-debug \
37 --disable-tests \
38 --enable-pam \
39 --enable-acl-prompts \
40 --enable-ssh-agent \
41 || die
42
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id