core/xz/Pkgfile

20 lines
528 B
Plaintext

# Description: Compression utility using the lzma algorithm, successor of lzma-utils
# URL: http://tukaani.org/xz/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=xz
version=4.999.9beta-143-g3e49
release=1
source=(http://tukaani.org/xz/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--enable-dynamic
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}