mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bcunit: update to 5.2.0.
This commit is contained in:
parent
e9642cf178
commit
14cef36534
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bcunit'
|
# Template file for 'bcunit'
|
||||||
pkgname=bcunit
|
pkgname=bcunit
|
||||||
version=3.0.2
|
version=5.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_DOC=ON"
|
configure_args="-DENABLE_DOC=ON"
|
||||||
short_desc="Lightweight unit tests in C"
|
short_desc="Lightweight unit tests in C"
|
||||||
|
@ -9,14 +9,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/BelledonneCommunications/bcunit"
|
homepage="https://github.com/BelledonneCommunications/bcunit"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f
|
checksum=67b9186c42bd91d076b33063a33837dbb11a753eb35ad7ed8db8d65cdf88ef83
|
||||||
|
|
||||||
bcunit-devel_package() {
|
bcunit-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue