[arch-commits] Commit in wimlib/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 18:02:33 UTC 2021


    Date: Thursday, September 2, 2021 @ 18:02:33
  Author: arojas
Revision: 1010614

archrelease: copy trunk to community-staging-x86_64

Added:
  wimlib/repos/community-staging-x86_64/
  wimlib/repos/community-staging-x86_64/PKGBUILD
    (from rev 1010613, wimlib/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: wimlib/repos/community-staging-x86_64/PKGBUILD (from rev 1010613, wimlib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-09-02 18:02:33 UTC (rev 1010614)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.13.4
+pkgrel=2
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+            'mtools: for making disk image of Windows PE' 
+            'syslinux: for making disk image of Windows PE'
+            'cabextract: for extracting Windows PE from the WAIK')
+provides=('libwim.so')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('4b87dd0ad9cc1a58cee5721afebb98011dab549e72f2b55533f315f08b2ede12')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+    make
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+    install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list