19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'WoeUSB'
|
|
pkgname=WoeUSB
|
|
version=3.1.4
|
|
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"
|
|
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
|
|
checksum=34b2ab1108c972f6d02fb09de3f6cf5c5cdeace519ad22bde6678062329a004e
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|