# Contributor: Sergei Lukin # Maintainer: A. Wilcox pkgname=libarchive pkgver=3.4.0 pkgrel=1 pkgdesc="Library for creating and reading streaming archives" url="https://libarchive.org/" arch="all" options="!check" # needs EUC-JP and KOI8R support in iconv license="BSD-2-Clause AND BSD-3-Clause AND Public-Domain" makedepends="zlib-dev bzip2-dev xz-dev lz4-dev acl-dev openssl-dev expat-dev attr-dev zstd-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://github.com/libarchive/libarchive/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz seek-error.patch " # secfixes: # 3.3.2-r1: # - CVE-2017-14166 build () { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --with-expat \ --without-xml2 \ --with-bz2lib \ --with-zlib \ --with-lzma \ --with-lz4 \ --enable-acl \ --enable-xattr \ ac_cv_header_linux_fiemap_h=no make } check() { make check } package() { make DESTDIR="$pkgdir" install } tools() { pkgdesc="libarchive tools - bsdtar and bsdcpio" mkdir -p "$subpkgdir"/usr/ mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ ln -s bsdtar "$subpkgdir"/usr/bin/tar ln -s bsdcpio "$subpkgdir"/usr/bin/cpio } sha512sums="2f9e2a551a6bcab56fb1a030b5d656df7299a3d151465aa02f0420d344d2fada49dee4755b3abff9095f62519e14dc9af8afa1695ecc6d5fdb4f0b28e6ede852 libarchive-3.4.0.tar.gz ff2567f243ba7e9ce20bc4f7fa422a922c5c23049004efdd8f71f29f93ab9be9aadd4c100e8c6dca318442d583fbad9bd6466017a23f83af18b9808c718b9fce seek-error.patch"