Files @ 794dc86717e2
Branch filter:

Location: portage-overlay.git/app-pda/osynctool/osynctool-0.39.ebuild

794dc86717e2 507 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
initial commit of main tree
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit cmake-utils

DESCRIPTION="OpenSync utility"
HOMEPAGE="http://www.opensync.org/"
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"

KEYWORDS="~amd64"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND="=app-pda/libopensync-${PV}*"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i 's:/etc/bash_completion.d:/share/bash-completion:g' tools/CMakeLists.txt || die
}