1 # Maintainer: Rolinh <robinDOThahlingATgw-computingDOTnet>
5 pkgdesc="Simple tool for creating a usb stick Windows (Vista and Seven) installer from an ISO image or a DVD."
7 url="http://en.congelli.eu/prog_info_winusb.html"
11 source=(http://fr.congelli.eu/directdl/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('36765e79605b7680ca061abd2e9aef0a')
15 cd "${srcdir}/${pkgname}-${pkgver}"
16 ./configure --prefix=/usr
21 cd "${srcdir}/${pkgname}-${pkgver}"
22 make DESTDIR="${pkgdir}" install
25 # vim:set ts=2 sw=2 et: