opt/xz/Pkgfile

19 lines
506 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
2009-07-17 11:50:58 +02:00
version=4.999.8beta-105-ga35755c
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
2009-02-07 08:59:52 +01:00
build() {
2009-07-17 11:50:58 +02:00
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
2009-02-07 08:59:52 +01:00
make
make DESTDIR=$PKG install
2009-07-17 11:50:58 +02:00
rm -r $PKG/usr/share
2009-02-07 08:59:52 +01:00
}