19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'WoeUSB'
|
|
pkgname=WoeUSB
|
|
version=3.2.1
|
|
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>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/slacka/WoeUSB"
|
|
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
|
|
checksum=4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|