mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
snappy: update to 1.1.7.
This commit is contained in:
parent
1465c02d1d
commit
ac8d15a64e
1 changed files with 7 additions and 12 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'snappy'
|
# Template file for 'snappy'
|
||||||
pkgname=snappy
|
pkgname=snappy
|
||||||
version=1.1.6
|
version=1.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="automake libtool pkg-config"
|
configure_args="-DBUILD_SHARED_LIBS=1"
|
||||||
|
hostmakedepends="libtool pkg-config"
|
||||||
makedepends="zlib-devel lzo-devel"
|
makedepends="zlib-devel lzo-devel"
|
||||||
short_desc="A fast compressor/decompressor library"
|
short_desc="A fast compressor/decompressor library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://google.github.io/snappy"
|
homepage="https://google.github.io/snappy"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://github.com/google/snappy/archive/${version}.tar.gz"
|
distfiles="https://github.com/google/snappy/archive/${version}.tar.gz"
|
||||||
checksum=6fa92cde5b2caefd0d9a60336991ba42e5a7ddc3bdc36c5610451373751d0495
|
checksum=3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
ln -s README.md README
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -26,8 +22,7 @@ snappy-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.so
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue