X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=0ce073e3d0f3db44cdb5b8677274127febb56bbe;hp=c9c36cf18b7e3c5a969067d9759904b4be46def5;hb=e9fa56fa6e181ae15282a2fcf0dbfa0b7c59cd81;hpb=9b8568b69728482b684ebfe1c4f8de1553eae6a0 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c9c36cf1..0ce073e3 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.0.4 +pkgver=1.4.0 pkgrel=1 pkgdesc="A library to extract, create, and modify WIM files" arch=("i686" "x86_64") @@ -18,8 +18,8 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" - ./configure --disable-verify-compression --with-libcrypto --with-fuse \ - --with-ntfs-3g --enable-xattr --prefix=/usr + ./configure --with-libcrypto --with-fuse --with-ntfs-3g \ + --enable-xattr --prefix=/usr make } @@ -31,6 +31,7 @@ check() { package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install + for file in README NEWS README.WINDOWS; do + install -Dm644 $file "$pkgdir/usr/share/doc/$pkgname/$file" + done } - -sha512sums=(4981b8e88df34193f0753edaf7c6800bf5bdbb34ddb44824220f4104f7e5710a4171de2ebf613ba80db45d7c474ac19171934076eed2cca423c9ecf3c8b0582b)