core/xz/Pkgfile

18 lines
475 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/
2009-06-11 15:43:40 +02:00
# Maintainer: CRUX System Team, core-ports at crux dot n
2009-06-11 14:52:08 +02:00
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%%-*}
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
2009-06-11 14:52:08 +02:00
make
make DESTDIR=$PKG install
}