23 lines
670 B
Bash
23 lines
670 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.7.3
|
|
revision=4
|
|
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=6cc36e8971baf443dd66a334867402601efb55eec5ebde60d5c9021230cef1aa
|
|
|
|
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
|
|
}
|
|
}
|