Commit 60cc9064 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf curl-7.55.1.tar.xz
cd curl-7.55.1 && ./configure --prefix=/usr --disable-static --enable-threaded-resolver --with-ca-path=/etc/ssl/certs
$(MAKE) -C curl-7.55.1
$(MAKE) -C curl-7.55.1 test
$(MAKE) -C curl-7.55.1 install
rm -rf curl-7.55.1/docs/examples/.deps
cd curl-7.55.1 && find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \;
install -v -d -m755 /usr/share/doc/curl-7.55.1
cp -v -R curl-7.55.1/docs/* /usr/share/doc/curl-7.55.1
rm -rf curl-7.55.1
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
bytecode
/.*\.py[oc]
headers
/usr/include/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
autoconf
/usr/share/aclocal/.*
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