linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

gen.sh

(448B)


      1 curl https://bitmath.se/org/code/mtdev/mtdev-1.1.6.tar.gz \
      2 	1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb
      3 
      4 cflags "
      5 	-I$srcdir/include
      6 	-isystem $pkgdir/linux-headers/include
      7 	-Wno-unused-parameter
      8 	-Wno-sign-compare
      9 	-Wno-error=overflow
     10 	-Wno-overflow
     11 "
     12 
     13 dep linux-headers/headers
     14 
     15 include --src-prefix include "
     16 	mtdev.h
     17 	mtdev-plumbing.h
     18 "
     19 
     20 lib libmtdev.a --src-prefix src "
     21 	caps.c
     22 	core.c
     23 	iobuf.c
     24 	match.c
     25 	match_four.c
     26 "