summaryrefslogtreecommitdiff
path: root/repo/system/musl-fts.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/musl-fts.xibuild')
-rw-r--r--repo/system/musl-fts.xibuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/repo/system/musl-fts.xibuild b/repo/system/musl-fts.xibuild
deleted file mode 100644
index 508f84c..0000000
--- a/repo/system/musl-fts.xibuild
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="libtool"
-DEPS="musl"
-
-PKG_VER=1.2.7
-SOURCE=https://github.com/pullmoll/musl-fts/archive/v$PKG_VER.tar.gz
-
-DESC="Libraries implementing the set of fts functions missing in musl libc"
-
-prepare () {
- sed -i "/pkgconfig_DATA/i pkgconfigdir=/usr/lib/pkgconfig" Makefile.am
- ./bootstrap.sh
-}
-
-build () {
- CFLAGS=" -fPIC" \
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}