Magellan Linux

Annotation of /smage/branches/alx07x-unstable/extras/libsecret/libsecret-0.18.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7510 - (hide annotations) (download)
Mon Sep 21 09:00:50 2015 UTC (8 years, 7 months ago) by niro
File size: 670 byte(s)
-release branches/alx07x-unstable
1 niro 6996 # $Id$
2    
3     PNAME="libsecret"
4     PVER="0.18.2"
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.42
13     >= app-crypt/libgcrypt-1.6"
14    
15     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.42
16     >= app-crypt/libgcrypt-dev-1.6"
17    
18     SDEPEND=">= dev-util/pkgconfig-0.25
19     >= dev-util/intltool-0.50
20     >= dev-libs/libxslt-dev-1.1.28
21     >= app-text/docbook-xml-dtd42-4.2
22     ${ALX_DEV_DEPEND}"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.xz"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.* usr/bin"
28     sminclude gnome2 alx-split
29    
30     UP2DATE="updatecmd_gnome ${PNAME}"