1 # Maintainer: George Rawlinson <grawlinson@archlinux.org>
2 # Contributor: Alad Wenter <alad@mailbox.org>
3 # Contributor: Eric Biggers <ebiggers3 at gmail dot com>
8 pkgdesc='A library and program to extract, create, and modify WIM files'
10 url='https://wimlib.net'
12 depends=('fuse3' 'ntfs-3g')
15 'cdrkit: for making ISO image of Windows PE'
16 'mtools: for making disk image of Windows PE'
17 'syslinux: for making disk image of Windows PE'
18 'cabextract: for extracting Windows PE from the WAIK'
20 provides=('libwim.so')
21 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
22 sha512sums=('9f92a8ce2d386918d66a1a3e52d4fbffeeb9f8b9345b25012fd0bd07039a00be84fd83d83a9bb25bcefab09597a81e9392522be835dd6693dd00050f8624af00')
23 b2sums=('56e44928229c9c4fda662fa64fc4021bd361c2c959f0786764b84fa4cc9d7f7b0d5440edb4d4079657cc7bf450ac9c755f554c7da7a8b2b7e96d69ddbeb4f22f')
47 make DESTDIR="$pkgdir" install
50 install -Dm644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
53 install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"