# Contributor: Ryan Barnett # Maintainer: Ryan Barnett pkgname=squashfs-tools-ng pkgver=1.1.2 pkgrel=0 pkgdesc="A new set of tools and libraries for working with SquashFS images" url="https://infraroot.at/projects/squashfs-tools-ng/index.html" arch="all" license="GPL-3.0-or-later" makedepends="automake libselinux-dev lz4-dev lzo-dev xz-dev zlib-dev zstd-dev libbz2-dev" subpackages="$pkgname-dev $pkgname-libs $pkgname-doc" source="https://infraroot.at/pub/squashfs/squashfs-tools-ng-$pkgver.tar.gz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="3f66cd9034997104e2d3281e271e8ccfbdd6ecaa98313636dcfd5251717e173ceede27b4a94342b011707fc1e96884ec733423f978697c6420915d96c153cf3e squashfs-tools-ng-1.1.2.tar.gz"