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

Alad Wenter alad at archlinux.org
Sat Oct 14 17:19:22 UTC 2017


    Date: Saturday, October 14, 2017 @ 17:19:21
  Author: alad
Revision: 262768

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  wimlib/repos/community-testing-i686/
  wimlib/repos/community-testing-i686/PKGBUILD
    (from rev 262767, wimlib/trunk/PKGBUILD)
  wimlib/repos/community-testing-x86_64/
  wimlib/repos/community-testing-x86_64/PKGBUILD
    (from rev 262767, wimlib/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: wimlib/repos/community-testing-i686/PKGBUILD (from rev 262767, wimlib/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-10-14 17:19:21 UTC (rev 262768)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.11.0
+pkgrel=3
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' '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')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+
+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"
+}

Copied: wimlib/repos/community-testing-x86_64/PKGBUILD (from rev 262767, wimlib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-14 17:19:21 UTC (rev 262768)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.11.0
+pkgrel=3
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' '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')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+
+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