mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
18 lines
401 B
Lua
18 lines
401 B
Lua
cflags{
|
|
'-include $dir/config.h',
|
|
'-I $srcdir',
|
|
'-I pkg/bzip2/src',
|
|
}
|
|
|
|
exe('unzip', [[
|
|
unzip.c crc32.c crypt.c envargs.c explode.c
|
|
extract.c fileio.c globals.c inflate.c list.c match.c
|
|
process.c ttyio.c ubz2err.c unreduce.c unshrink.c zipinfo.c
|
|
unix/unix.c
|
|
$builddir/pkg/bzip2/libbz2.a
|
|
]], {'pkg/bzip2/fetch'})
|
|
file('bin/unzip', '755', '$outdir/unzip')
|
|
man{'man/unzip.1'}
|
|
|
|
fetch 'curl'
|