linux-qubasis

linux oasis port as a qubes template

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

gen.sh

(316B)


      1 git R_2_6_2
      2 
      3 cflags "
      4 	-std=c99
      5 	-DHAVE_EXPAT_CONFIG_H
      6 	-I$dir
      7 	-I$pkgdir/openbsd/include
      8 	-Wno-implicit-function-declaration
      9 "
     10 
     11 dep openbsd/headers
     12 
     13 include --src-prefix expat/lib "
     14 	expat.h
     15 	expat_external.h
     16 "
     17 
     18 lib libexpat.a --src-prefix expat/lib "
     19 	xmlparse.c
     20 	xmlrole.c
     21 	xmltok.c
     22 	$pkgdir/openbsd/libbsd.a.d
     23 "