blob: 97b72cdda3d80887c8ffb2b0b2fddadb7abc547d (
plain) (
tree)
|
|
# Contributor: CyberLeo <cyberleo@cyberleo.net>
# Maintainer: CyberLeo <cyberleo@cyberleo.net>
pkgname=wimlib
pkgver=1.13.2
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="8d70a737724bec7591977de5b772b708864ce7548cfe79ebee7508de1013a9915aca356d2b73e6b2959bce671be0a275463546503b616f61833724c5bb75faba wimlib-1.13.2.tar.gz"
|