contrib/lzma/Pkgfile

24 lines
522 B
Plaintext
Raw Normal View History

2007-11-15 06:50:07 +01:00
# Description: High quality compression program, faster decompression and 15% more compression than bzip2.
# URL: http://tukaani.org/lzma/
2008-03-26 03:45:31 +01:00
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-12-11 14:00:31 +01:00
# Depends on:
2007-11-15 06:50:07 +01:00
name=lzma
2008-01-30 05:55:09 +01:00
version=4.32.5
2007-11-15 06:50:07 +01:00
release=1
source=(http://tukaani.org/lzma/lzma-$version.tar.gz)
build() {
cd lzma-$version
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
--disable-static
make
make prefix=$PKG/usr install
}