# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A script to create bootable floppies for Dell Bioses" HOMEPAGE="http://linux.dell.com/projects.shtml#biosdisk" SRC_URI="http://linux.dell.com/biosdisk/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" DEPEND="app-text/unix2dos" src_install() { dosbin biosdisk insinto /usr/share/biosdisk doins dosdisk.img dodoc README INSTALL }