Commit cad1e1b7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf nettle-3.4.tar.gz
cd nettle-3.4 && ./configure --prefix=/usr --disable-static
$(MAKE) -C nettle-3.4
$(MAKE) -C nettle-3.4 check
$(MAKE) -C nettle-3.4 install
chmod -v 755 /usr/lib/libhogweed.so
chmod -v 755 /usr/lib/libnettle.so
install -v -m755 -d /usr/share/doc/nettle-3.4
cd nettle-3.4 && install -v -m644 nettle.html /usr/share/doc/nettle-3.4
rm -rf nettle-3.4
headers
/usr/include/.*
bin
/usr/bin/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
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