2017-11-21 14:56:38 +01:00
|
|
|
# Template file for 'WoeUSB'
|
|
|
|
pkgname=WoeUSB
|
2018-09-15 05:53:23 +02:00
|
|
|
version=3.2.6
|
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"
|
|
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
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-09-15 05:53:23 +02:00
|
|
|
checksum=2f44edf09f028206cef3dcc0ff520b0a16427c8bb3c14b6aaec5f24f36e7bc34
|
2017-11-21 14:56:38 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|