summaryrefslogtreecommitdiff
path: root/repo/system/libedit/libedit.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libedit/libedit.xibuild')
-rw-r--r--repo/system/libedit/libedit.xibuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/system/libedit/libedit.xibuild b/repo/system/libedit/libedit.xibuild
deleted file mode 100644
index b594d83..0000000
--- a/repo/system/libedit/libedit.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make automake autoconf"
-DEPS="musl ncurses"
-
-PKG_VER=20210910-3.1
-SOURCE=https://www.thrysoee.dk/editline/libedit-20210910-3.1.tar.gz
-DESC="BSD line editing library"
-
-prepare () {
- autoreconf -fi
-}
-
-build () {
- ./configure --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}
-
-