You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/biosdisk/biosdisk-0.75.2.ebuild

33 lines
987 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/biosdisk/biosdisk-0.75.2.ebuild,v 1.3 2012/02/05 15:29:13 xmw Exp $
inherit versionator
MY_PV=$(replace_version_separator 2 '-')
S=${WORKDIR}/${PN}-$(get_version_component_range 1-2)
DESCRIPTION="A script that creates floppy boot images to flash Dell BIOSes"
HOMEPAGE="http://en.community.dell.com/techcenter/os-applications/w/wiki/linux-projects.aspx"
SRC_URI="http://linux.dell.com/biosdisk/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
|| ( app-text/unix2dos >=app-text/dos2unix-5.0 )
sys-boot/syslinux"
src_install() {
dosbin biosdisk blconf || die
dodoc AUTHORS README README.dosdisk TODO VERSION || die
doman biosdisk.8.gz || die
insinto /usr/share/biosdisk
doins dosdisk.img biosdisk-mkrpm-{redhat,generic}-template.spec || die
insinto /etc
doins biosdisk.conf || die
}