Magellan Linux

Contents of /branches/R11-unstable/extras/gcr/gcr-3.14.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25241 - (show annotations) (download)
Tue Nov 25 03:16:51 2014 UTC (9 years, 5 months ago) by niro
File size: 645 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="gcr"
4 PVER="3.14.0"
5 PBUILD="r1"
6
7 PCAT="gnome-base"
8
9 DESCRIPTION="A library for bits of crypto UI and parsing."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= gnome-base/dconf-0.22
13 >= dev-util/desktop-file-utils-0.20
14 >= x11-themes/hicolor-icon-theme-0.12
15 >= app-crypt/libgcrypt-1.6
16 >= x11-libs/gtk3+-3.14
17 >= app-crypt/p11-kit-0.22"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= dev-util/intltool-0.50
21 >= sys-dev/gettext-0.18"
22
23 SRCFILE="${PNAME}-${PVER}.tar.xz"
24
25 sminclude gnome2
26
27 UP2DATE="updatecmd_gnome ${PNAME}"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 gn2_configure --disable-schemas-compile --disable-update-mime || die
34 mmake || die
35 }