1 # Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
6 pkgdesc="A library to extract, create, and modify WIM files"
8 url="http://sourceforge.net/projects/wimlib"
10 depends=("openssl" "fuse" "libxml2")
11 optdepends=("cdrkit: for making ISO image of Windows PE"
12 "mtools: for making disk image of Windows PE"
13 "syslinux: for making disk image of Windows PE"
14 "cabextract: for extracting Windows PE from the WAIK")
15 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
20 ./configure --disable-verify-compression --enable-libcrypto \
27 make DESTDIR="$pkgdir" install