Commit f46f6c98 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

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