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/app-misc/iguanaIR/iguanaIR-0.93.ebuild

36 lines
799 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/iguanaIR/iguanaIR-0.93.ebuild,v 1.7 2012/01/05 23:30:40 xmw Exp $
inherit eutils flag-o-matic
DESCRIPTION="library for Irman control of Unix software"
HOMEPAGE="http://iguanaworks.net/index.php"
SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE=""
pkg_setup() {
append-flags -fPIC
}
src_unpack() {
unpack ${A}
cd "${S}"
sed -e "s:CFLAGS =:CFLAGS ?=:" -i Makefile.in
epatch "${FILESDIR}"/${P}-gentoo.diff \
"${FILESDIR}"/${P}-asneeded.patch
}
src_install() {
emake DESTDIR="${D}" install || die
insinto /etc/udev/rules.d/
doins "${FILESDIR}"/40-iguanaIR.rules
}