# Maintainer: Javier TiĆ” pkgname=virtio-win _ver=0.1.135 # package version pkgver=${_ver}.1 # upstream version _pkgver=${_ver}-1 pkgrel=1 pkgdesc="virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP" arch=('any') url="https://fedoraproject.org/wiki/Windows_Virtio_Drivers" license=('GPL2') optdepends=('qemu') # https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG changelog="${pkgname}.changelog" # install="${pkgname}.install" _url=https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio source=("${pkgname}-${_pkgver}.iso::${_url}/${pkgname}-${_pkgver}/${pkgname}.iso" "${pkgname}-${_pkgver}_amd64.vfd::${_url}/${pkgname}-${_pkgver}/${pkgname}_amd64.vfd" "${pkgname}-${_pkgver}_x86.vfd::${_url}/${pkgname}-${_pkgver}/${pkgname}_x86.vfd") noextract=("${pkgname}-${_pkgver}.iso" "${pkgname}-${_pkgver}_amd64.vfd" "${pkgname}-${_pkgver}_x86.vfd") sha256sums=('2e859cfc3b00568a1a758e611c669f8660f319cb573de02e1f1ebb1f1c1fa56a' '8bb959d5e9fe22d8a631442efabde8ec23aac2006ae4d80ff9fccf3c949eb15a' 'b614afdcb9e1940f880c96fab2c4ec63fb6021458a1fb4d09e3394cab58899b3') package() { install -Dm 644 ${pkgname}-${_pkgver}.iso \ "${pkgdir}/usr/share/virtio/${pkgname}.iso" install -Dm 644 ${pkgname}-${_pkgver}_amd64.vfd \ "${pkgdir}/usr/share/virtio/${pkgname}_x86_64.vfd" install -Dm 644 ${pkgname}-${_pkgver}_x86.vfd \ "${pkgdir}/usr/share/virtio/${pkgname}_x86_32.vfd" } # vim:set ts=2 sw=2 ft=sh et: