summaryrefslogtreecommitdiff
path: root/strata/networking-utils/libnet.morph
blob: ddb2cf3e218afd66a9ec02c1297f63de9e8f95e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: libnet
kind: chunk
build-system: manual
pre-configure-commands:
# Avoid building the docs as they require doxygen
- sed -i 's@doc @@' libnet/Makefile.am
- sed -i 's@doc/.*Makefile@@' libnet/configure.ac

- cd libnet && ./autogen.sh
configure-commands:
- cd libnet && ./configure --prefix="$PREFIX" --disable-samples --enable-shared=yes
  --with-pic
build-commands:
- cd libnet && make
install-commands:
- cd libnet && make DESTDIR="$DESTDIR" install