Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 864 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gnutls/gnutls-2.2.5-r1.smage2,v 1.1 2008/05/21 16:49:52 niro Exp $
2
3 PNAME="gnutls"
4 PVER="2.2.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.6
16 >= app-crypt/libgcrypt-1.4
17 >= app-crypt/libtasn1-1.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 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --without-included-opencdk \
38 --with-zlib \
39 --with-lzo \
40 --enable-tls \
41 --disable-guile \
42 --disable-gtk-doc \
43 || die
44
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id