tlibarchive: new port - distro - linux distribution experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 80cf7474a1e5da650274d5f528157830f3abfe20
 (DIR) parent 0e12e76440c164f1fddc95644866f5e36a5175fd
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Fri, 26 Oct 2018 07:50:20 +0200
       
       libarchive: new port
       
       Diffstat:
         A pkg/libarchive/mkfile               |      14 ++++++++++++++
       
       1 file changed, 14 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/pkg/libarchive/mkfile b/pkg/libarchive/mkfile
       t@@ -0,0 +1,14 @@
       +pkg = libarchive
       +ver = 3.1.2
       +url = http://libarchive.org/downloads/$pkg-$ver.tar.gz
       +
       +<../build.mk
       +
       +LDFLAGS = $LDFLAGS --static
       +
       +configureopts = ${configureopts} \
       +            --without-lzmadec \
       +            --without-expat \
       +            --without-xml2 \
       +            --without-nettle \
       +            --without-openssl