vp-build/srcpkgs/gsl/template

28 lines
754 B
Bash

# Template file for 'gsl'
pkgname=gsl
version=2.5
revision=1
build_style=gnu-configure
short_desc="A numerical library for C and C++ programmers"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/gsl/gsl.html"
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
checksum=0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d
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"
}
}