877838baf9
Closes: #12743 [via git-merge-pr]
18 lines
566 B
Bash
18 lines
566 B
Bash
# Template file for 'WoeUSB'
|
|
pkgname=WoeUSB
|
|
version=3.1.5
|
|
revision=1
|
|
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>"
|
|
homepage="https://github.com/slacka/WoeUSB"
|
|
license="GPL-3.0-or-later"
|
|
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
|
|
checksum=61f37412f48d08f974fbd35088adb981c6edc7c0f9290102e1c38669e91c652c
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|