Magellan Linux

Annotation of /branches/R11-stable/extras/libsecret/libsecret-0.18-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23635 - (hide annotations) (download)
Tue Jul 8 04:07:46 2014 UTC (9 years, 10 months ago) by niro
Original Path: trunk/extras/libsecret/libsecret-0.18-r2.smage2
File size: 490 byte(s)
-rebuild
1 niro 23635 # $Id$
2    
3     PNAME="libsecret"
4     PVER="0.18"
5     PBUILD="r2"
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.42
13     >= app-crypt/libgcrypt-1.6"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25
16     >= dev-util/intltool-0.50
17     >= dev-libs/gobject-introspection-1.42"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.xz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude gnome2
23    
24     UP2DATE="updatecmd_gnome ${PNAME}"