From 93d60f57780b9f1e9206f411e183bf28e6272334 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 16:44:09 +0000 Subject: added new files; git works --- repo/core/libunistring.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/core/libunistring.xibuild (limited to 'repo/core/libunistring.xibuild') diff --git a/repo/core/libunistring.xibuild b/repo/core/libunistring.xibuild new file mode 100644 index 0000000..3a5b3d4 --- /dev/null +++ b/repo/core/libunistring.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +DEPS=(glibc) + +SOURCE=https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.gz +DESC="Library for manipulating Unicode strings and C strings" + +build () { + + ./configure \ + --prefix=/usr + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1