logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (318B)


  1. cflags{
  2. '-std=c99', '-Wall',
  3. '-D HAVE_EXPAT_CONFIG_H',
  4. '-I $dir',
  5. '-I $basedir/pkg/openbsd/include',
  6. }
  7. lib('libexpat.a', [[
  8. expat/lib/(xmlparse.c xmltok.c xmlrole.c)
  9. $builddir/pkg/openbsd/libbsd.a.d
  10. ]])
  11. pkg.hdrs = copy('$outdir/include', '$srcdir/expat/lib', {
  12. 'expat.h',
  13. 'expat_external.h',
  14. })
  15. fetch 'git'