diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template index f93473a9b0..cc9fb240dd 100644 --- a/srcpkgs/zstd/template +++ b/srcpkgs/zstd/template @@ -1,16 +1,20 @@ # Template file for 'zstd' pkgname=zstd -version=1.1.1 +version=1.1.2 revision=1 -build_style=gnu-makefile short_desc="Fast real-time compression algorithm" maintainer="Michael Gehring " license="BSD" homepage="http://www.zstd.net" distfiles="https://github.com/facebook/zstd/archive/v${version}.tar.gz" -checksum=a92965a2480fecc6b7bf491106e93cbf69a298b865b6d623755b3a482d77e614 +checksum=980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8 -post_install() { +do_build() { + make +} + +do_install() { + make PREFIX=/usr DESTDIR="${DESTDIR}" install vlicense LICENSE }