mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
libdeflate: update to 1.15.
Also: - change build system to cmake (upstream change)
This commit is contained in:
parent
e9dba5cf75
commit
9898ab7e12
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'libdeflate'
|
||||
pkgname=libdeflate
|
||||
version=1.12
|
||||
version=1.15
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PROG_SUFFIX=libdeflate"
|
||||
build_style=cmake
|
||||
checkdepends="zlib-devel"
|
||||
short_desc="Optimized library for DEFLATE/zlib/gzip (de)compression"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
|
@ -11,7 +10,7 @@ license="MIT"
|
|||
homepage="https://github.com/ebiggers/libdeflate"
|
||||
changelog="https://raw.githubusercontent.com/ebiggers/libdeflate/master/NEWS.md"
|
||||
distfiles="https://github.com/ebiggers/libdeflate/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=ba89fb167a5ab6bbdfa6ee3b1a71636e8140fa8471cce8a311697584948e4d06
|
||||
checksum=58b95040df7383dc0413defb700d9893c194732474283cc4c8f144b00a68154b
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -25,5 +24,6 @@ libdeflate-devel_package() {
|
|||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "/usr/lib/pkgconfig"
|
||||
vmove "/usr/lib/cmake"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue