void-packages/srcpkgs/gsl/template
Christian Neukirchen c2c7bab6a5 gsl: update to 2.1.
2016-02-07 18:27:31 +01:00

28 lines
737 B
Bash

# Template file for 'gsl'
pkgname=gsl
version=2.1
revision=1
build_style=gnu-configure
short_desc="A numerical library for C and C++ programmers"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnu.org/software/gsl/gsl.html"
license="GPL-3"
distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz"
checksum=59ad06837397617f698975c494fe7b2b698739a59e2fcf830b776428938a0c66
gsl-devel_package() {
depends="gsl>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/gsl-config
vmove usr/share/man/man1/gsl-config.1
vmove usr/share/man/man3
vmove usr/share/aclocal
vmove usr/share/info
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}