blob: 76e26f88e7c3aeb89d8608e1ac80478fedf84062 (
plain) (
tree)
|
|
# Contributor: CyberLeo <cyberleo@cyberleo.net>
# Maintainer: CyberLeo <cyberleo@cyberleo.net>
pkgname=wimlib
pkgver=1.13.4
pkgrel=0
pkgdesc="Windows Imaging (WIM) archive manipulation library and tools"
url="https://wimlib.net/"
arch="all"
license="(GPL-2.0 OR LGPL-2.1) AND CC0"
depends=""
makedepends="libxml2-dev fuse-dev ntfs-3g ntfs-3g-dev"
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs"
source="https://wimlib.net/downloads/wimlib-$pkgver.tar.gz"
build() {
./configure \
--prefix=/usr
make
}
check() {
PATH="/usr/sbin:${PATH}" make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344 wimlib-1.13.4.tar.gz"
|