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/fxload/fxload-20020411.ebuild

41 lines
1.0 KiB

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20020411.ebuild,v 1.22 2010/08/03 16:39:47 ssuominen Exp $
inherit eutils
# source maintainers named it fxload-YYYY_MM_DD instead of fxload-YYYYMMDD
MY_P="${PN}-${PV:0:4}_${PV:4:2}_${PV:6:2}"
DESCRIPTION="USB firmware uploader"
HOMEPAGE="http://linux-hotplug.sourceforge.net/"
SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
sys-kernel/linux-headers"
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
if has_version ">=sys-kernel/linux-headers-2.6.21"; then
epatch "${FILESDIR}"/${P}-linux-headers-2.6.21.patch
elif has_version ">=sys-kernel/linux-headers-2.6.19"; then
epatch "${FILESDIR}"/${P}-linux-headers-2.6.19.patch
fi
}
src_compile() {
make RPM_OPT_FLAGS="${CFLAGS}" || die
}
src_install() {
make install prefix="${D}" || die
}