Magellan Linux

Contents of /trunk/extras/libsecret/libsecret-0.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14263 - (show annotations) (download)
Tue Dec 4 13:55:28 2012 UTC (11 years, 6 months ago) by niro
File size: 491 byte(s)
auto added: ver bump to 0.12-r1
1 # $Id$
2
3 PNAME="libsecret"
4 PVER="0.12"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API."
10 HOMEPAGE="https://live.gnome.org/Libsecret"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= app-crypt/libgcrypt-1.5"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-util/intltool-0.50
17 >= dev-libs/gobject-introspection-1.34"
18
19 SRCFILE="${PNAME}-${PVER}.tar.xz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude gnome2
23
24 UP2DATE="updatecmd_gnome ${PNAME}"