summaryrefslogtreecommitdiffstats
path: root/libarchive/Pkgfile
blob: cdde830d18927ca4d355bf5a7f6d1a98d8b6244d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="Library to create and read several archive formats"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://people.freebsd.org/~kientzle/libarchive/"
depends=(bzip2 xz zlib acl)

name=libarchive
version=2.8.4
release=1
source=(http://libarchive.googlecode.com/files/libarchive-2.8.4.tar.gz)
build () 
{ 
    cd libarchive-$version;
    ./configure --prefix=/usr --mandir=/usr/man --without-lzmadec --without-xml2 --without-expat --without-openssl;
    make;
    make DESTDIR=$PKG install
}