19 lines
637 B
Bash
19 lines
637 B
Bash
# Template file for 'WoeUSB'
|
|
pkgname=WoeUSB
|
|
version=3.3.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-wx-config=wx-config-gtk3"
|
|
hostmakedepends="automake libtool"
|
|
makedepends="wxWidgets-gtk3-devel"
|
|
depends="grub ntfs-3g parted wget"
|
|
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
|
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/slacka/WoeUSB"
|
|
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
|
|
checksum=dc0e1a233143a33182339915d043a419c089b8bfb0d3813b17acbff2bdb285bb
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|