Magellan Linux

Annotation of /branches/R11-stable/extras/gsl/gsl-1.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15516 - (hide annotations) (download)
Thu Jan 3 13:09:15 2013 UTC (11 years, 5 months ago) by niro
Original Path: trunk/extras/gsl/gsl-1.15-r1.smage2
File size: 373 byte(s)
auto added: ver bump to 1.15-r1
1 niro 15516 # $Id$
2    
3     PNAME="gsl"
4     PVER="1.15"
5     PBUILD="r1"
6    
7     PCAT="sci-libs"
8    
9     DESCRIPTION="The GNU Scientific Library."
10     HOMEPAGE="http://www.gnu.org/software/gsl/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_gnu ${PNAME} gz"