Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277550
Collapse All | Expand All

(-)lirc-0.8.5.ebuild (-1 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.5.ebuild,v 1.4 2009/07/11 00:08:13 chainsaw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.8.5.ebuild,v 1.4 2009/07/11 00:08:13 chainsaw Exp $
4
4
5
inherit eutils linux-mod flag-o-matic autotools
5
inherit eutils multilib linux-mod flag-o-matic autotools
6
6
7
DESCRIPTION="decode and send infra-red signals of many commonly used remote controls"
7
DESCRIPTION="decode and send infra-red signals of many commonly used remote controls"
8
HOMEPAGE="http://www.lirc.org/"
8
HOMEPAGE="http://www.lirc.org/"
Lines 274-279 src_unpack() { Link Here
274
	done
274
	done
275
	echo "#define LIRC_DRIVER_DEVICE \"${LIRC_DRIVER_DEVICE}\"" >> acconfig.h
275
	echo "#define LIRC_DRIVER_DEVICE \"${LIRC_DRIVER_DEVICE}\"" >> acconfig.h
276
276
277
	# prepare pkgconfig file
278
	sed -e "s/%VER%/${PV}/" "${FILESDIR}"/liblircclient0.pc \
279
		> liblircclient0.pc || die "sed .pc failed"
280
277
	eautoreconf
281
	eautoreconf
278
}
282
}
279
283
Lines 298-303 src_install() { Link Here
298
302
299
	insinto /usr/share/lirc/remotes
303
	insinto /usr/share/lirc/remotes
300
	doins -r remotes/*
304
	doins -r remotes/*
305
306
	insinto /usr/$(get_libdir)/pkgconfig
307
	doins liblircclient0.pc
301
}
308
}
302
309
303
pkg_preinst() {
310
pkg_preinst() {

Return to bug 277550