Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/libtasn1/libtasn1-4.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9899 - (show annotations) (download)
Thu Aug 3 13:58:15 2017 UTC (6 years, 8 months ago) by niro
File size: 585 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="libtasn1"
4 PVER="4.10"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Provides ASN.1 structures parsing capabilities for use with GNUTLS."
10 HOMEPAGE="http://www.gnu.org/software/gnutls/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= dev-lang/perl-5.20
14 >= sys-dev/bison-2.5"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
20 sminclude mbuild multilib alx-split
21
22 SRC_URI=(
23 ftp://ftp.gnutls.org/pub/gnutls/${PNAME}/${SRCFILE}
24 gnu://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_gnu ${PNAME} gz"