Subversion Repositories KardasA Overlay

Rev

Rev 109 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
109 kardasa 1
# Copyright 1999-2011 Gentoo Foundation
108 kardasa 2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
 
109 kardasa 5
DESCRIPTION="Linux GUI client for programming the Logitech Harmony universal remote"
108 kardasa 6
HOMEPAGE="http://sourceforge.net/projects/congruity/"
7
SRC_URI="mirror://sourceforge/congruity/${P}.tar.bz2"
8
 
9
LICENSE="GPL"
10
SLOT="0"
11
KEYWORDS="~x86 ~amd64"
12
IUSE=""
13
 
183 kardasa 14
DEPEND="dev-libs/libconcord dev-lang/python dev-python/wxpython"
108 kardasa 15
RDEPEND="${DEPEND}"
16
 
17
src_compile() {
18
	sed -i "s/\/usr\/local/\/usr/g" ${S}/Makefile
19
}
20
 
21
src_install() {
22
	 emake DESTDIR=${D} UPDATE_DESKTOP_DB="" install || die "install failed"
23
}
24