brotli: update to 0.6.0.

This commit is contained in:
Leah Neukirchen 2017-04-11 18:32:31 +02:00
parent aae44f3125
commit 95bf9c1eda
2 changed files with 14 additions and 3 deletions

1
srcpkgs/brotli-devel Symbolic link
View File

@ -0,0 +1 @@
brotli

View File

@ -1,15 +1,25 @@
# Template file for 'brotli'
pkgname=brotli
version=0.5.2
version=0.6.0
revision=1
build_style=cmake
short_desc="Generic-purpose lossless compression algorithm"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/google/brotli"
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
checksum=2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343
checksum=69cdbdf5709051dd086a2f020f5abf9e32519eafe0ad6be820c667c3a9c9ee0f
post_install() {
vlicense LICENSE
}
brotli-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}