From 81272711f117666afc38407ceed587dc9039a729 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 15 Nov 2021 15:07:36 +0100 Subject: libutf8proc: add new package at 2.4.0 --- extra/libutf8proc/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 extra/libutf8proc/build (limited to 'extra/libutf8proc/build') diff --git a/extra/libutf8proc/build b/extra/libutf8proc/build new file mode 100755 index 00000000..c40173ef --- /dev/null +++ b/extra/libutf8proc/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B output \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_SHARED_LIBS=OFF \ + -Wno-dev + +cmake --build output +cmake --install output + +clinst -Dm644 -s "s,@VERSION@,$2,g" libutf8proc.pc.in "$1/usr/lib/pkgconfig/libutf8proc.pc" -- cgit v1.2.3