summaryrefslogtreecommitdiff
path: root/xz/Pkgfile
blob: 28844b8e1783b2a0a3e5b34cdc4641140e69b1b4 (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.8
    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