lz4: build_style=gnu-makefile.
This commit is contained in:
parent
da04336e9c
commit
59fb145801
1 changed files with 1 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=lz4
|
pkgname=lz4
|
||||||
version=122
|
version=122
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
wrksrc=${pkgname}-r${version}
|
wrksrc=${pkgname}-r${version}
|
||||||
short_desc="Extremely fast compression algorithm"
|
short_desc="Extremely fast compression algorithm"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
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"
|
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
|
||||||
checksum=2111d9fab99ef37e2a526c8763d07ed38f4fe7990b4676d587c049c89d66752c
|
checksum=2111d9fab99ef37e2a526c8763d07ed38f4fe7990b4676d587c049c89d66752c
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=${DESTDIR} install
|
|
||||||
}
|
|
||||||
|
|
||||||
lz4-devel_package() {
|
lz4-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue