core/xz/Pkgfile

17 lines
463 B
Plaintext
Raw Normal View History

2009-06-11 14:52:08 +02:00
# 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.8beta-68-g1735d31-2
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
2009-06-11 14:52:08 +02:00
build() {
cd $name-${version%%-*}
2009-06-11 14:52:08 +02:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}