summaryrefslogtreecommitdiff
path: root/repo/devel/m4
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/m4')
-rw-r--r--repo/devel/m4/m4.xibuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/repo/devel/m4/m4.xibuild b/repo/devel/m4/m4.xibuild
deleted file mode 100644
index e6ccf14..0000000
--- a/repo/devel/m4/m4.xibuild
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make help2man"
-DEPS="musl sh"
-
-PKG_VER=1.4.19
-SOURCE=https://ftp.gnu.org/gnu/m4/m4-$PKG_VER.tar.xz
-DESC="The gnu m4 macro processor"
-
-
-build () {
- ./configure --prefix=/usr
- make
-}
-
-check () {
- make check || true
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}