1 # Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
3 # Add md5sum and delete this line to complete the PKGBUILD
8 pkgdesc="A library to extract, create, and modify WIM files"
10 url="http://sourceforge.net/projects/wimlib"
12 depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr")
13 optdepends=("cdrkit: for making ISO image of Windows PE"
14 "mtools: for making disk image of Windows PE"
15 "syslinux: for making disk image of Windows PE"
16 "cabextract: for extracting Windows PE from the WAIK"
17 "ntfsprogs: for making NTFS filesystems")
18 checkdepends=("ntfsprogs")
19 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
23 ./configure --disable-verify-compression --with-libcrypto --with-fuse \
24 --with-ntfs-3g --enable-xattr --prefix=/usr
35 make DESTDIR="$pkgdir" install