core/libarchive/Pkgfile
Tilman Sauerbeck a589e41a46 libarchive: updated to 2.4.8.
bsdtar is also installed again.
2007-12-16 11:02:10 +01:00

19 lines
436 B
Plaintext

# Description: Library to create and read several archive formats
# URL: http://people.freebsd.org/~kientzle/libarchive/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: bzip2, zlib
name=libarchive
version=2.4.8
release=1
source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz)
build() {
cd libarchive-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}