Archive-Libarchive

 view release on metacpan or  search on metacpan

maint/Dockerfile  view on Meta::CPAN

    --enable-bsdcat=static             \
  && make                              \
  && make install                      \
  && cd /                              \
  && rm -rf /tmp/build

RUN mkdir -p /tmp/build                \
  && cd /tmp/build                     \
  && curl -L http://libarchive.org/downloads/libarchive-${unsupported}.tar.gz | tar zxf - \
  && cd libarchive-${unsupported}           \
  && chmod +x ./configure                   \
  && ./configure                            \
    --prefix=/opt/libarchive/${unsupported} \
    --without-openssl                       \
    --with-nettle                           \
    --enable-bsdtar=static                  \
    --enable-bsdcpio=static                 \
    --enable-bsdcat=static                  \
  && make                                   \
  && make install                           \
  && cd /                                   \



( run in 0.374 second using v1.01-cache-2.11-cpan-496ff517765 )