# 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 typo in Makefile cp Makefile Makefile.orig sed -e 's:sbif:sbin:g' Makefile.orig > Makefile || die "sed failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc FAQ NEWS README dohtml EXTENDING.html ctags.html }