description="Compression utility using the lzma algorithm, successor of lzma-utils"
packager=""
maintainer="Juergen Daubert, juergen dot daubert at t-online dot de"
url="http://tukaani.org/xz/"
depends=()

name=xz
version=4.999.9beta-212-gacbc
release=1
source=(http://crux.nu/files/distfiles/xz-4.999.9beta-212-gacbc.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
}