Magellan Linux

Annotation of /branches/R11-unstable/extras/gsl/gsl-1.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25277 - (hide annotations) (download)
Tue Nov 25 03:20:14 2014 UTC (9 years, 5 months ago) by niro
File size: 427 byte(s)
-release branches/R11-unstable
1 niro 18525 # $Id$
2    
3     PNAME="gsl"
4     PVER="1.16"
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     msetfeature "!check" # fails for i686 build on x86_64
19    
20     SRC_URI=(
21     gnu://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_gnu ${PNAME} gz"