summaryrefslogtreecommitdiff
path: root/xz/Pkgfile
blob: fe545b219607d8ae1e54837aae229670feeb5f8b (plain)
    1 # Description: Compression utility using the lzma algorithm, successor of lzma-utils
    2 # URL: https://tukaani.org/xz/
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 
    5 name=xz
    6 version=5.2.9
    7 release=1
    8 source=(https://tukaani.org/xz/$name-$version.tar.xz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	./configure --prefix=/usr --disable-nls
   13 	make
   14 	make DESTDIR=$PKG install
   15 	rm -r $PKG/usr/share/doc/
   16 }

Generated by cgit