Commit 514e4131 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libarchive-3.3.2.tar.gz
cd libarchive-3.3.2 && ./configure --prefix=/usr --disable-static
$(MAKE) -C libarchive-3.3.2
$(MAKE) -C libarchive-3.3.2 check
$(MAKE) -C libarchive-3.3.2 install
rm -rf libarchive-3.3.2
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
headers
/usr/include/.*
man
/usr/share/man/.*
bin
/usr/bin/.*
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