2017-11-21 14:56:38 +01:00
|
|
|
# Template file for 'WoeUSB'
|
|
|
|
pkgname=WoeUSB
|
2018-08-14 08:41:17 +02:00
|
|
|
version=3.2.2
|
2018-08-19 11:00:11 +02:00
|
|
|
revision=2
|
2017-11-21 14:56:38 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake libtool"
|
|
|
|
makedepends="wxWidgets-devel"
|
|
|
|
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-08-14 08:41:17 +02:00
|
|
|
checksum=472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948
|
2017-11-21 14:56:38 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|