From 09a3d3817e6c9ccc0cd612369af06e3a73eb4508 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 15 Dec 2016 18:49:33 +0000 Subject: [PATCH] zstd: update to 1.1.2. --- srcpkgs/zstd/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 }