# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="ural-linux wireless drivers based on the RT2500USB chipset" HOMEPAGE="http://etudiants.insia.org/~jbobbio/ural-linux/" SRC_URI="http://etudiants.insia.org/~jbobbio/ural-linux/files/${P}.tar.bz2" SLOT="0" LICENSE="BSD GPL" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="sys-apps/sed" src_compile() { # fix type-o in Makefile sed -e 's/sbif/sbin/' ${WORKDIR}/ural-linux-0.8.2/Makefile > ${T}/ural-Makefile && mv ${T}/ural-Makefile ${WORKDIR}/ural-linux-0.8.2/Makefile || die "Couldn't edit Makefile with sed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc FAQ NEWS README dohtml EXTENDING.html ctags.html }