# Template file for 'gsl' pkgname=gsl version=1.15 revision=3 build_style=gnu-configure short_desc="The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers" maintainer="Juan RP " homepage="http://www.gnu.org/software/gsl/gsl.html" license="GPL-2" distfiles="$GNU_SITE/gsl/$pkgname-$version.tar.gz" checksum=85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3 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" } }