diff options
Diffstat (limited to 'sys-boot/winusb/winusb-1.0.11.ebuild')
-rw-r--r-- | sys-boot/winusb/winusb-1.0.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-boot/winusb/winusb-1.0.11.ebuild b/sys-boot/winusb/winusb-1.0.11.ebuild new file mode 100644 index 0000000..e11ca73 --- /dev/null +++ b/sys-boot/winusb/winusb-1.0.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Simple tool to create a usb stick installer for Windows (Vista and above)" +HOMEPAGE="http://en.congelli.eu/prog_info_winusb.html" +SRC_URI="http://en.congelli.eu/directdl/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="x11-libs/wxGTK" +RDEPEND="${DEPEND}" |