summaryrefslogtreecommitdiff
path: root/repo/system/mtdev.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-19 16:00:22 +0000
committerdavidovski <david@davidovski.xyz>2022-02-19 16:00:22 +0000
commit8aa51a5e03149837504688ab3cdcb7aa2ee5fadd (patch)
treee43956663c004f26ed571766a0a41a1011cdec7e /repo/system/mtdev.xibuild
parent0e8837f1bc69f7c8c9d1976550ea5b86e7e3d342 (diff)
fixed dependency issues
Diffstat (limited to 'repo/system/mtdev.xibuild')
-rw-r--r--repo/system/mtdev.xibuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/repo/system/mtdev.xibuild b/repo/system/mtdev.xibuild
new file mode 100644
index 0000000..4cb3646
--- /dev/null
+++ b/repo/system/mtdev.xibuild
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+MAKEDEPS=(make )
+DEPS=(glibc)
+
+PKG_VER=1.1.6
+SOURCE=https://bitmath.org/code/mtdev/mtdev-$PKG_VER.tar.bz2
+
+DESC="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
+
+build () {
+ ./configure --prefix=/usr --disable-static &&
+ make
+
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}
+