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

Frederik Schwan freswa at archlinux.org
Tue Jun 30 02:58:31 UTC 2020


    Date: Tuesday, June 30, 2020 @ 02:58:30
  Author: freswa
Revision: 657035

woeusb: move from unsupported to community

Added:
  woeusb/
  woeusb/repos/
  woeusb/trunk/
  woeusb/trunk/PKGBUILD

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

Added: woeusb/trunk/PKGBUILD
===================================================================
--- woeusb/trunk/PKGBUILD	                        (rev 0)
+++ woeusb/trunk/PKGBUILD	2020-06-30 02:58:30 UTC (rev 657035)
@@ -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