Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6895 - (show annotations) (download)
Fri Sep 24 07:49:29 2010 UTC (13 years, 7 months ago) by niro
File size: 616 byte(s)
moved to core
1 # $Id: libtasn1-2.3-r2.smage2 4761 2009-12-27 21:53:29Z niro $
2
3 PNAME="libtasn1"
4 PVER="2.7"
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.12
15 >= sys-dev/bison-2.4"
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"