Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18525 - (show annotations) (download)
Mon Jul 29 10:52:49 2013 UTC (10 years, 9 months ago) by niro
Original Path: trunk/extras/gsl/gsl-1.16-r1.smage2
File size: 427 byte(s)
auto added: ver bump to 1.16-r1
1 # $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"