summaryrefslogtreecommitdiff
path: root/repo/system/popt/popt.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/popt/popt.xibuild')
-rw-r--r--repo/system/popt/popt.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/system/popt/popt.xibuild b/repo/system/popt/popt.xibuild
deleted file mode 100644
index 31796a7..0000000
--- a/repo/system/popt/popt.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=1.18
-SOURCE=http://ftp.rpm.org/popt/releases/popt-1.x/popt-$PKG_VER.tar.gz
-DESC="Libraries for parsing command line options"
-
-build () {
- ./configure --prefix=/usr --disable-static &&
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}