opt/xz/Pkgfile

18 lines
488 B
Plaintext
Raw Normal View History

2009-02-07 08:59:52 +01: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-02-07 08:59:52 +01:00
build() {
cd $name-${version%%-*}
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
2009-02-07 08:59:52 +01:00
make
make DESTDIR=$PKG install
}