#Maintainer: Paul Marwick (toothandnail) #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=lzma pkgver=4.32.7 pkgrel=1 zenver=54 arch=i486 source=("http://tukaani.org/lzma/$pkgname-$pkgver.tar.gz") sourcetemplate=http://users.zenwalk.org/user-accounts/paul/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://tukaani.org/lzma/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "lzma (Compression utilities with a gzip-like interface)" "LZMA provides very hig compression ratios and fast decompression" "The core of the LZMA utils is Igor Palov's LZMA SDK, which contains" "the LMA encode/decoder." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }