summaryrefslogtreecommitdiff
path: root/repo/core/libunistring.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/libunistring.xibuild')
-rw-r--r--repo/core/libunistring.xibuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/libunistring.xibuild b/repo/core/libunistring.xibuild
deleted file mode 100644
index 3a5b3d4..0000000
--- a/repo/core/libunistring.xibuild
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-}