Magellan Linux

Annotation of /trunk/core/libtasn1/libtasn1-4.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29344 - (hide annotations) (download)
Thu Jun 1 11:39:30 2017 UTC (6 years, 11 months ago) by niro
File size: 613 byte(s)
auto added: ver bump to 4.12-r1
1 niro 29344 # $Id$
2    
3     PNAME="libtasn1"
4     PVER="4.12"
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     sminclude mbuild multilib
20    
21     SRC_URI=(
22     ftp://ftp.gnutls.org/pub/gnutls/${PNAME}/${SRCFILE}
23     gnu://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnu ${PNAME} gz"
28    
29     src_compile()
30     {
31     mconfigure --disable-gcc-warnings || die
32     mmake || die
33     }