diff options
Diffstat (limited to 'repo/core/m4.xibuild')
-rw-r--r-- | repo/core/m4.xibuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild deleted file mode 100644 index 409c9a3..0000000 --- a/repo/core/m4.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(glibc bash) - -SOURCE=https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz -DESC="The gnu m4 macro processor" - - -build () { - ./configure --prefix=/usr - make - make check - make DESTDIR=$PKG_DEST install -} |