From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/libunistring/libunistring.xibuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 repo/libunistring/libunistring.xibuild (limited to 'repo/libunistring/libunistring.xibuild') diff --git a/repo/libunistring/libunistring.xibuild b/repo/libunistring/libunistring.xibuild new file mode 100644 index 0000000..286b0c8 --- /dev/null +++ b/repo/libunistring/libunistring.xibuild @@ -0,0 +1,19 @@ +#!/bin/sh + +MAKEDEPS="make " +DEPS="musl" + +PKG_VER=0.9.10 +SOURCE=https://ftp.gnu.org/gnu/libunistring/libunistring-$PKG_VER.tar.gz +DESC="Library for manipulating Unicode strings and C strings" + +build () { + + ./configure \ + --prefix=/usr + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1