Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15747 - (show annotations) (download)
Mon Jan 7 19:36:38 2013 UTC (11 years, 4 months ago) by niro
File size: 427 byte(s)
-release branches/R11-stable
1 # $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 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"