Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 107 → Rev 108

/app-misc/concordance/Manifest
0,0 → 1,2
DIST concordance-0.23.tar.bz2 991468 RMD160 96be0b3630a1d0fec906e576039a09db66ff682b SHA1 7cd2b3dbc0b5f9237290bae46671153327ee3b62 SHA256 47aaaad4e7f7e11ca0bbf9817c459ef7a7979cc9ecd73ac7eddcffb0063efc9f
EBUILD concordance-0.23.ebuild 1168 RMD160 2ba67cc57c1e4c24288da0b3f860f36691e2d788 SHA1 15d1345afb0ed042053330775532eb19215f988e SHA256 55688b13b9b761e45e48a9f2a8da53953f8ee439dd26ac8ab21c54ebff13c36c
/app-misc/concordance/concordance-0.23.ebuild
0,0 → 1,42
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
 
DESCRIPTION="Linux client for programming the Logitech Harmony universal remote"
HOMEPAGE="http://www.phildev.net/concordance/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
 
RDEPEND="=dev-libs/libconcord-${PV} \
>=dev-libs/libusb-0.1.12-r1"
DEPEND="${RDEPEND}"
 
S="${WORKDIR}/${P}/${PN}"
 
src_compile() {
econf || die "configure failed"
emake DESTDIR="${D}" || die "make failed"
}
 
src_install() {
emake DESTDIR="${D}" install || die
dodoc ../Changelog ../LICENSE README
}
 
pkg_postinst() {
einfo "Set up your remote by visiting members.harmonyremote.com."
einfo "Click 'Update Remote' to receive Connectivity.EZHex, which"
einfo "verifies connectivity to the remote. Run it with:"
echo
einfo " concordance --connectivity-test Connectivity.EZHex"
echo
einfo "Return to your browser and click to the next screen to receive"
einfo "Update.EZHex, which contains the new configuration. Run it with:"
echo
einfo " concordance --write-config Update.EZHex"
}