lz4: build_style=gnu-makefile.

This commit is contained in:
Juan RP 2014-09-01 08:55:30 +02:00
parent da04336e9c
commit 59fb145801

View file

@ -2,6 +2,7 @@
pkgname=lz4
version=122
revision=1
build_style=gnu-makefile
wrksrc=${pkgname}-r${version}
short_desc="Extremely fast compression algorithm"
maintainer="Alessio Sergi <al3hex@gmail.com>"
@ -10,14 +11,6 @@ license="2-clause-BSD, GPL-2"
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
checksum=2111d9fab99ef37e2a526c8763d07ed38f4fe7990b4676d587c049c89d66752c
do_build() {
make ${makejobs}
}
do_install() {
make DESTDIR=${DESTDIR} install
}
lz4-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"