Ticket #25708: Portfile

File Portfile, 958 bytes (added by hackdefendr (HackDefendr), 14 years ago)

The edited Portfile used to successfully build libarchive

Line 
1# $Id: Portfile 69728 2010-07-14 19:50:40Z toby@macports.org $
2
3PortSystem 1.0
4
5name             libarchive
6version          2.8.4
7categories       archivers
8maintainers      toby
9description      functions for reading and writing streaming archives
10long_description \
11        Libarchive is a programming library that can create and \
12        read several different streaming archive formats, including \
13        most popular tar variants and several cpio formats. It can \
14        also write shar archives.
15homepage         http://code.google.com/p/libarchive/
16platforms        darwin
17
18master_sites     googlecode
19
20checksums        md5 83b237a542f27969a8d68ac217dc3796 \
21                 sha1 b9cc3bbd20bd71f996be9ec738f19fda8653f7af \
22                 rmd160 4df65456c9026cdcf05b285db33518f4ff734c6e
23
24configure.args   --disable-bsdtar --disable-bsdcpio \
25                 --without-lzmadec --without-lzma
26
27livecheck.regex  files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz