Magellan Linux

Contents of /trunk/extras/gnutls/gnutls-2.8.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4316 - (show annotations) (download)
Tue Dec 1 15:09:45 2009 UTC (14 years, 5 months ago) by niro
File size: 843 byte(s)
auto added: ver bump to 2.8.5-r1
1 # $Id$
2
3 PNAME="gnutls"
4 PVER="2.8.5"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="The GNU Transport Layer Security Library."
11 HOMEPAGE="http://www.gnu.org/software/gnutls/"
12
13 DEPEND=">= sys-libs/zlib-1.2
14 >= dev-libs/lzo-2
15 >= app-crypt/libgpg-error-1.7
16 >= app-crypt/libgcrypt-1.4
17 >= app-crypt/libtasn1-2.3
18 >= app-crypt/opencdk-0.6.6"
19
20 SDEPEND=">= sys-dev/gettext-0.17"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mtools mbuild
26
27 SRC_URI=(
28 ftp://ftp.gnutls.org/pub/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd ftp://ftp.gnutls.org/pub/${PNAME}/ | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --without-included-opencdk \
40 --with-zlib \
41 --with-lzo \
42 --enable-tls \
43 --disable-guile \
44 --disable-gtk-doc \
45 || die
46
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id