Magellan Linux

Contents of /branches/magellan-next/core/libtasn1/libtasn1-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7860 - (show annotations) (download)
Thu Jun 2 16:53:19 2011 UTC (12 years, 11 months ago) by niro
File size: 560 byte(s)
auto added: ver bump to 2.9-r1
1 # $Id$
2
3 PNAME="libtasn1"
4 PVER="2.9"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="Provides ASN.1 structures parsing capabilities for use with GNUTLS."
11 HOMEPAGE="http://www.gnu.org/software/gnutls/"
12
13 DEPEND=""
14 SDEPEND=">= dev-lang/perl-5.14
15 >= sys-dev/bison-2.5"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 ftp://ftp.gnutls.org/pub/gnutls/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ftp://ftp.gnutls.org/pub/gnutls/${PNAME}/ | lasttarball gz"