Magellan Linux

Contents of /trunk/core/nettle/nettle-2.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20768 - (show annotations) (download)
Fri Feb 7 11:13:23 2014 UTC (10 years, 3 months ago) by niro
File size: 498 byte(s)
auto added: ver bump to 2.7.1-r1
1 # $Id$
2
3 PNAME="nettle"
4 PVER="2.7.1"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Libgnettle is low-level cryptographic library."
10 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
11
12 DEPEND=">= dev-libs/gmp-5.1"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18
19 SRC_URI=(
20 http://www.lysator.liu.se/~nisse/archive/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://www.lysator.liu.se/~nisse/archive/ | grep ${PNAME}- | highesttarball gz"