contrib/libarchive/Pkgfile

17 lines
429 B
Plaintext
Raw Normal View History

2006-10-23 21:33:49 +02:00
# Description: Library to create and read several archive formats
# URL: http://people.freebsd.org/~kientzle/libarchive/
# Maintainer: Mark Rosenstand, mark at borkware dot net
# Depends on: bzip2, zlib
name=libarchive
version=1.3.1
release=1
source=(http://people.freebsd.org/~kientzle/libarchive/src/libarchive-$version.tar.gz)
build() {
cd libarchive-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}