M utils/libevdev/build => utils/libevdev/build +1 -0
@@ 9,3 9,4 @@ export CC="${CC-"cc"} -static"
make
make DESTDIR="$1" install
+cp "$1/include/libevdev-1.0/libevdev" "$1/include/libevdev" -r
A utils/mtdev/build => utils/mtdev/build +9 -0
@@ 0,0 1,9 @@
+#!/bin/sh -e
+
+export LDFLAGS="${LDFLAGS} --static"
+export CC="${CC-"cc"} -static"
+./configure \
+ --prefix=/
+
+make
+make DESTDIR="$1" install
A utils/mtdev/checksums => utils/mtdev/checksums +1 -0
@@ 0,0 1,1 @@
+15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0 mtdev-1.1.6.tar.bz2
A utils/mtdev/depends => utils/mtdev/depends +1 -0
@@ 0,0 1,1 @@
+linux-headers make
A utils/mtdev/sources => utils/mtdev/sources +1 -0
@@ 0,0 1,1 @@
+https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2
A utils/mtdev/version => utils/mtdev/version +1 -0