Magellan Linux

Contents of /branches/R11-stable/extras/gcr/gcr-3.12.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21719 - (show annotations) (download)
Mon Jul 21 09:37:52 2014 UTC (9 years, 9 months ago) by niro
File size: 645 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gcr"
4 PVER="3.12.2"
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.20
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.12
17 >= app-crypt/p11-kit-0.20"
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 }