summaryrefslogtreecommitdiff
path: root/zstd-32/Pkgfile
blob: cbe2155f1bd269f493eb623641f66236a27b45b6 (plain)
    1 # Description: Real-time compression with high compression ratios.
    2 # URL: https://facebook.github.io/zstd/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: zlib-32 xz-32 zstd
    5 
    6 name=zstd-32
    7 version=1.5.2
    8 release=1
    9 source=(https://github.com/facebook/zstd/archive/v$version/zstd-v$version.tar.gz)
   10 
   11 build() {
   12 	cd zstd-$version
   13 
   14 	make HAVE_THREAD=1
   15 	PREFIX=/usr LIBDIR=/usr/lib32 PKGCONFIGDIR=/usr/lib32/pkgconfig make DESTDIR=$PKG install
   16 
   17 	rm -r $PKG/usr/{share,include,bin}
   18 }

Generated by cgit