24 lines
697 B
Bash
24 lines
697 B
Bash
# Template file for 'lz4'
|
|
pkgname=lz4
|
|
reverts="131_1 130_1 129_1 128_1 127_1 126_1 125_1 124_1 123_1 122_1"
|
|
version=1.8.1.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Extremely fast compression algorithm"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://www.lz4.org/"
|
|
license="2-clause-BSD, GPL-2"
|
|
distfiles="https://github.com/lz4/lz4/archive/v${version}.tar.gz"
|
|
checksum=12f3a9e776a923275b2dc78ae138b4967ad6280863b77ff733028ce89b8123f9
|
|
make_check_target="test"
|
|
|
|
lz4-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|