summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/ufiformat/ufiformat-0.9.3.ebuild')
-rw-r--r--sys-fs/ufiformat/ufiformat-0.9.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/ufiformat/ufiformat-0.9.3.ebuild b/sys-fs/ufiformat/ufiformat-0.9.3.ebuild
new file mode 100644
index 000000000..6adba5d9c
--- /dev/null
+++ b/sys-fs/ufiformat/ufiformat-0.9.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="USB Floppy Disk formatting tool"
+HOMEPAGE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html"
+SRC_URI="http://www.geocities.jp/tedi_world/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/e2fsprogs"
+
+DEPEND=${RDEPEND}
+
+src_install() {
+ dobin ufiformat
+ dodoc AUTHORS ChangeLog NEWS README
+}