Subversion Repositories KardasA Overlay

Rev

Rev 108 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Linux GUI client for programming the Logitech Harmony universal remote"
HOMEPAGE="http://sourceforge.net/projects/congruity/"
SRC_URI="mirror://sourceforge/congruity/${P}.tar.bz2"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-libs/libconcord dev-lang/python"
RDEPEND="${DEPEND}"

src_compile() {
        sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
}

src_install() {
         emake DESTDIR=${D} UPDATE_DESKTOP_DB="" install || die "install failed"
}