Magellan Linux

Contents of /trunk/extras/gcr/gcr-3.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11914 - (show annotations) (download)
Fri Apr 27 16:33:42 2012 UTC (12 years, 1 month ago) by niro
File size: 644 byte(s)
-added missing p11-kit dep
1 # $Id$
2
3 PNAME="gcr"
4 PVER="3.4.1"
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.12
13 >= dev-util/desktop-file-utils-0.20
14 >= x11-themes/hicolor-icon-scheme-0.12
15 >= app-crypt/libgcrypt-1.5
16 >= x11-libs/gtk3+-3.4
17 >= app-crypt/p11-kit-0.12"
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 }