]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/mtm/build
Create junk repo
[asd-repo.git] / junk / mtm / build
diff --git a/junk/mtm/build b/junk/mtm/build
new file mode 100755 (executable)
index 0000000..443c663
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/sh -e
+
+patch -p1 < musl.patch
+
+mkdir -p "$1/usr/bin" "$1/usr/man/man1"
+
+make DESTDIR=/usr CFLAGS="-DNCURSESW_INCLUDE_H=\<curses.h\>"
+make DESTDIR="$1/usr/" install