mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
volk: update to 1.3.1.
This commit is contained in:
parent
d4aee468a0
commit
67224c83b1
1 changed files with 12 additions and 11 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'volk'
|
# Template file for 'volk'
|
||||||
pkgname=volk
|
pkgname=volk
|
||||||
version=1.3
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
nocross="not complete for arm"
|
nocross="not complete for arm"
|
||||||
short_desc="Vector-Optimized Library of Kernels"
|
short_desc="Vector-Optimized Library of Kernels"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
hostmakedepends="pkg-config python python-cheetah"
|
hostmakedepends="pkg-config python-cheetah"
|
||||||
makedepends="python-devel python-cheetah boost-devel"
|
makedepends="boost-devel python-cheetah python-devel"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://libvolk.org/"
|
homepage="http://libvolk.org/"
|
||||||
distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz"
|
||||||
checksum=90b69515d3cc6d76bbc589cec63d600b690bffe2e2938be2f895176f18f7e3af
|
checksum=f054c389621da906da2b3da784c51cc385ff78416ffb9a54dafbf2172352140a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ -z $CROSS_BUILD ]; then
|
if [ -z $CROSS_BUILD ]; then
|
||||||
|
@ -20,11 +20,12 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
volk-devel_package() {
|
volk-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove /usr/include
|
||||||
vmove usr/lib/*.so
|
vmove /usr/lib/pkgconfig
|
||||||
|
vmove /usr/lib/cmake
|
||||||
|
vmove "/usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue