23 lines
654 B
Text
23 lines
654 B
Text
# Template file for 'lz4'
|
|
pkgname=lz4
|
|
version=126
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
wrksrc="${pkgname}-r${version}"
|
|
short_desc="Extremely fast compression algorithm"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://code.google.com/p/lz4/"
|
|
license="2-clause-BSD, GPL-2"
|
|
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
|
|
checksum=41e06f6e09e8bc3677f2e732fee7db0ece707453aedfcbededa5306540854d49
|
|
|
|
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
|
|
}
|
|
}
|