Commit ed0b9f5e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libnl-3.4.0.tar.gz
cd libnl-3.4.0 && ./configure --prefix=/usr --sysconfdir=/etc --disable-static
$(MAKE) -C libnl-3.4.0
$(MAKE) -C libnl-3.4.0 check
$(MAKE) -C libnl-3.4.0 install
rm -rf libnl-3.4.0
etc
/etc/.*
bin
/usr/bin/.*
man
/usr/share/man/.*
headers
/usr/include/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment