compat-32/zstd-32/Pkgfile

19 lines
506 B
Plaintext
Raw Normal View History

2022-01-11 12:19:59 +01:00
# Description: Real-time compression with high compression ratios.
# URL: https://facebook.github.io/zstd/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: zlib-32 xz-32 zstd
2020-09-13 02:39:43 +02:00
name=zstd-32
2023-04-05 21:05:44 +02:00
version=1.5.5
2020-09-13 02:39:43 +02:00
release=1
source=(https://github.com/facebook/zstd/archive/v$version/zstd-v$version.tar.gz)
build() {
cd zstd-$version
make HAVE_THREAD=1
PREFIX=/usr LIBDIR=/usr/lib32 PKGCONFIGDIR=/usr/lib32/pkgconfig make DESTDIR=$PKG install
rm -r $PKG/usr/{share,include,bin}
}