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
2006-12-04 17:14:07 +01:00
version=2.0a2
2006-10-23 21:33:49 +02:00
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
}