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

Frederik Schwan freswa at archlinux.org
Tue Jun 30 02:59:16 UTC 2020


    Date: Tuesday, June 30, 2020 @ 02:59:16
  Author: freswa
Revision: 657036

archrelease: copy trunk to community-x86_64

Added:
  woeusb/repos/community-x86_64/
  woeusb/repos/community-x86_64/PKGBUILD
    (from rev 657035, woeusb/trunk/PKGBUILD)

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

Copied: woeusb/repos/community-x86_64/PKGBUILD (from rev 657035, woeusb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-06-30 02:59:16 UTC (rev 657036)
@@ -0,0 +1,32 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Giovanni Harting <539 at idlegandalf.com>
+# Contributor: aimileus <me at aimileus dot nl>
+# Contributor: Salvador Pardiñas <darkfm at vera.com.uy>
+
+pkgname=woeusb
+pkgver=3.3.1
+pkgrel=2
+pkgdesc='A Linux program to create Windows USB stick installer from a Windows DVD or an image'
+arch=('x86_64')
+url='https://github.com/slacka/WoeUSB'
+license=('GPL3')
+depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
+source=("https://github.com/slacka/WoeUSB/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7')
+
+prepare() {
+  cd WoeUSB-${pkgver}
+  find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/${pkgver}/" || die
+  autoreconf --install
+}
+
+build() {
+  cd WoeUSB-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd WoeUSB-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list