# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A script to create bootable floppies for Dell Bioses" HOMEPAGE="http://linux.dell.com/biosdisk/" SRC_URI="http://linux.dell.com/biosdisk/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND="" S=${WORKDIR}/${P} src_install() { dosbin biosdisk insinto /usr/share/biosdisk doins dosdisk.img dodoc README INSTALL }