# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=lz4 pkgver=1.8.2 pkgrel=0 pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core." url="https://github.com/lz4/lz4" arch="all" license="BSD-2-Clause GPL-2.0-only" checkdepends="diffutils" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver case "$CARCH" in armhf) options="!check" ;; # FIXME esac build() { cd "$builddir" make PREFIX="/usr" } check() { cd "$builddir" make test } tests() { cd "$builddir"/tests mkdir -p "$subpkgdir"/usr/share/$pkgname rm -f *.c COPYING Makefile .gitignore cp -rf "$builddir"/tests "$subpkgdir"/usr/share/$pkgname } package() { cd "$builddir" make PREFIX="/usr" DESTDIR="$pkgdir" install } sha512sums="5fadc79334d37739c947d6dfc24f48ce82989fc5ee4f2bb8201ccf7ee3230b9e6e7c8488beb64050a035369f4247161d258bdb539578bec224ccebfef1b8a763 lz4-1.8.2.tar.gz"