67552d54e6
Add update-check support.
23 lines
643 B
Bash
23 lines
643 B
Bash
# Template file for 'lz4'
|
|
pkgname=lz4
|
|
version=128
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
wrksrc="${pkgname}-r${version}"
|
|
short_desc="Extremely fast compression algorithm"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://www.lz4.info/"
|
|
license="2-clause-BSD, GPL-2"
|
|
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
|
|
checksum=cb08a99a9d0bea4aa5a4707070c574fc0e4dab549522a171b8078b8a1f50c7d1
|
|
|
|
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
|
|
}
|
|
}
|