[arch-commits] Commit in wimlib/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 4 06:53:28 UTC 2018


    Date: Wednesday, April 4, 2018 @ 06:53:26
  Author: bpiotrowski
Revision: 314095

archrelease: copy trunk to community-x86_64

Added:
  wimlib/repos/community-x86_64/PKGBUILD
    (from rev 314094, wimlib/trunk/PKGBUILD)
Deleted:
  wimlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 06:53:21 UTC (rev 314094)
+++ PKGBUILD	2018-04-04 06:53:26 UTC (rev 314095)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.12.0
-pkgrel=1
-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=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
-
-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-x86_64/PKGBUILD (from rev 314094, wimlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 06:53:26 UTC (rev 314095)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.12.0
+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')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
+
+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