diff options
| author | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2021-10-06 17:18:43 +0100 | 
| commit | c25b6890891c7ef34e129c8c54efdf2993234aa0 (patch) | |
| tree | efce372f0cfbcdb2e4285ef65191cbbf1e3146e1 /xibuilds/m4.xibuild | |
| parent | d4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (diff) | |
moved xibuilds to another repo
Diffstat (limited to 'xibuilds/m4.xibuild')
| -rw-r--r-- | xibuilds/m4.xibuild | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/xibuilds/m4.xibuild b/xibuilds/m4.xibuild deleted file mode 100644 index 9a311a5..0000000 --- a/xibuilds/m4.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -DEPS=(glibc bash) - -SOURCE=git://git.sv.gnu.org/m4 -DESC="the gnu m4 macro processor" - - -build () { -    git checkout branch-1.4 -    ./bootstrap - -    ./configure --prefix=/usr  -    make -    make DESTDIR=$PKG_DEST install -} | 
