From 58fa790e2249295b6c4f9cda36d4de40cf8ac9e0 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Fri, 3 Feb 2023 10:05:32 +0100 Subject: zstd: new package at version 1.5.2 --- zstd/build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 zstd/build (limited to 'zstd/build') diff --git a/zstd/build b/zstd/build new file mode 100644 index 0000000..8bdd2c9 --- /dev/null +++ b/zstd/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +for patch in *.patch; do + patch -p1 < $patch +done + +gmake +gmake PREFIX=/usr DESTDIR=$1 install + +# Relocate manual pages +mkdir $1/usr/share +mv $1/usr/man $1/usr/share -- cgit v1.2.3