2017-11-21 14:56:38 +01:00
|
|
|
# Template file for 'WoeUSB'
|
|
|
|
pkgname=WoeUSB
|
2018-12-25 05:19:09 +01:00
|
|
|
version=3.2.12
|
2018-09-13 03:21:59 +02:00
|
|
|
revision=1
|
2017-11-21 14:56:38 +01:00
|
|
|
build_style=gnu-configure
|
2018-09-12 12:10:16 +02:00
|
|
|
configure_args="--with-wx-config=wx-config-gtk3"
|
2017-11-21 14:56:38 +01:00
|
|
|
hostmakedepends="automake libtool"
|
2018-09-12 12:10:16 +02:00
|
|
|
makedepends="wxWidgets-gtk3-devel"
|
2017-11-21 14:56:38 +01:00
|
|
|
depends="ntfs-3g parted"
|
|
|
|
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
|
2018-10-22 18:48:12 +02:00
|
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
2018-03-21 06:04:24 +01:00
|
|
|
license="GPL-3.0-or-later"
|
2018-05-10 13:46:49 +02:00
|
|
|
homepage="https://github.com/slacka/WoeUSB"
|
2017-11-21 14:56:38 +01:00
|
|
|
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
|
2018-12-25 05:19:09 +01:00
|
|
|
checksum=a70226893fa99a0f7fb00609d54f6a2b1d27c4f2c5e12b612cdbe5735a5053f4
|
2017-11-21 14:56:38 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|