1 # Description: Library to create and read several archive formats
2 # URL: http://people.freebsd.org/~kientzle/libarchive/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: bzip2 xz zlib acl
10 source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
13 cd libarchive-$version
14 # We're passing --without-lzmadec, because we want to use xz for
15 # LZMA support, not the obsolete lzmadec library.
17 # We're passing --without-xml2 and --without-expat to avoid linking
18 # to libraries which are only available in opt. XML support is only
19 # needed for the xar format which we can live without.
21 ./configure --build=$CHOST \
30 make DESTDIR=$PKG install