core/libarchive/Pkgfile
2007-08-09 10:00:24 +02:00

22 lines
499 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.2.6
release=1
source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz)
build() {
cd libarchive-$version
./configure --prefix=/usr --mandir=/usr/man --disable-bsdtar
make
make DESTDIR=$PKG install
rmdir $PKG/usr/bin
rmdir $PKG/usr/man/man1
}