linux-qubasis

linux oasis port as a qubes template

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

gen.sh

(265B)


      1 git bzip2-1.0.8
      2 
      3 cflags "
      4 	-Wno-unused-parameter
      5 	-Wno-implicit-fallthrough
      6 "
      7 
      8 include bzlib.h
      9 
     10 lib libbz2.a "
     11 	blocksort.c
     12 	huffman.c
     13 	crctable.c
     14 	randtable.c
     15 	compress.c
     16 	decompress.c
     17 	bzlib.c
     18 "
     19 
     20 bin bzip2 bzip2.c $libdir/libbz2.a
     21 man bzip2.1
     22 sym bin/bzcat bzip2