a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
28 lines
771 B
Bash
28 lines
771 B
Bash
# Template file for 'gsl'
|
|
pkgname=gsl
|
|
version=2.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="A numerical library for C and C++ programmers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/gsl/gsl.html"
|
|
distfiles="${GNU_SITE}/gsl/${pkgname}-${version}.tar.gz"
|
|
checksum=b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8
|
|
patch_args=-Np0
|
|
|
|
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"
|
|
}
|
|
}
|