gls: new package, inkscape depend
This commit is contained in:
parent
fc8d3a72b0
commit
978b56f5cd
|
@ -0,0 +1 @@
|
|||
gls
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.15"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'gsl-devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'gsl'
|
||||
pkgname=gsl
|
||||
version=1.15
|
||||
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers"
|
||||
maintainer="Mike Rosset <mike.rosset@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
||||
license="GPL-2"
|
||||
checksum=85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3
|
||||
long_desc="
|
||||
The library provides a wide range of mathematical routines such as random
|
||||
number generators, special functions and least-squares fitting. There are
|
||||
over 1000 functions in total with an extensive test suite."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
Loading…
Reference in New Issue