blob: b6054206410d30123577dcae557e2b1b1f1f6483 (
plain)
1
2
3
4
5
6
7
8
9
10
|
pkg:setup
autoconf
cd libdnet-stripped
autoconf
cd ../ncat
autoconf
cd ..
pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --with-liblua=no
make AR="${PKG_TARG}-ar"
pkg:install
|