summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-10-27 17:30:21 -0500
committerAustin English <wizardedit@gentoo.org>2016-10-27 17:30:48 -0500
commit0f8def5a56aa279e4765418b27c91c96075ea3b6 (patch)
tree58e6d43f0e7e41d41273b194064aa9ed2200565c /app-emulation/virtio-win/virtio-win-0.1.126.ebuild
parentsys-block/targetcli-fb: new package. (diff)
downloadgentoo-0f8def5a56aa279e4765418b27c91c96075ea3b6.tar.gz
gentoo-0f8def5a56aa279e4765418b27c91c96075ea3b6.tar.bz2
gentoo-0f8def5a56aa279e4765418b27c91c96075ea3b6.zip
app-emulation/virtio-win: version bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-emulation/virtio-win/virtio-win-0.1.126.ebuild')
-rw-r--r--app-emulation/virtio-win/virtio-win-0.1.126.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emulation/virtio-win/virtio-win-0.1.126.ebuild b/app-emulation/virtio-win/virtio-win-0.1.126.ebuild
new file mode 100644
index 000000000000..a49ef4195b15
--- /dev/null
+++ b/app-emulation/virtio-win/virtio-win-0.1.126.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="VirtIO drivers for Windows virtual machines running on KVM"
+HOMEPAGE="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
+SRC_URI="https://fedorapeople.org/groups/virt/${PN}/direct-downloads/archive-virtio/${PN}-${PV}-2/${PN}-${PV}.iso"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+S=${WORKDIR}
+
+src_install() {
+ insinto /usr/share/drivers/windows
+ doins "${DISTDIR}/${PN}-${PV}.iso"
+}