libconcord-0.23

Published: 10.05.2011

Library for programming the Logitech Harmony universal remote

Project homepage: Concordance

Libconcordance is a library needed by Corcondance and Congruity free and open source tools for programing Logitech Harmony Remotes.

This ebuild is taken from this bug raport. The only change I made was adding x86 arch to keywords. I tested and confirmed that this ebuild is working on x86 computers.

Using this library I was able to program my Logitech Harmony 650 Remote controll on Linux Box. Current version of the software is supporting most of currently avaiable Logitech Harmony Remote Controllers. Visit the project page to see the current list of supported devices.

To use this ebuild run following commands in terminal:

echo "=dev-libs/libcondord-0.23" >> /etc/portage/package.keywords
emerge -av =dev-libs/libcondord-0.23

View the source of the ebuild
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. EAPI=2
  6. inherit eutils toolchain-funcs
  7.  
  8. MY_P="concordance-${PV}"
  9.  
  10. DESCRIPTION="Library for programming the Logitech Harmony universal remote; part
  11. of the concordance project"
  12. HOMEPAGE="http://www.phildev.net/concordance/"
  13. SRC_URI="mirror://sourceforge/concordance/${MY_P}.tar.bz2"
  14.  
  15. LICENSE="GPL-3"
  16. SLOT="0"
  17. KEYWORDS="~x86 ~amd64"
  18. IUSE=""
  19.  
  20. RDEPEND="dev-libs/libusb"
  21. DEPEND="${RDEPEND}"
  22.  
  23. S="${WORKDIR}/${MY_P}/${PN}"
  24.  
  25. src_configure() {
  26. # Debian bug 594615
  27. epatch "${FILESDIR}"/${P}-flash.patch || die "patch failed"
  28.  
  29. econf || die "configure failed"
  30. }
  31.  
  32. src_compile() {
  33. emake DESTDIR="${D}" || die "make failed"
  34. }
  35.  
  36. src_install() {
  37. emake DESTDIR="${D}" install || die
  38. dodoc ../Changelog ../LICENSE README
  39. S="${S}/bindings/python"
  40. cd ${S}
  41. python setup.py install --root=${D}
  42. }

Here is the list of all the libconcord ebuild versions that are available in my overlay:



Comments

If you have found something wrong with the information provided above or maybe you just want to speak your mind about it, feel free to leave a comment.
All comments will show up on page after being approved. Sorry for such policy but I want to make sure that my site will be free of abusive or vulgar content. I don't mind being criticized just do it using right words.

Leave a comment