File diff 000000000000 → 000000000000
app-pda/osynctool/osynctool-0.39.ebuild
Show inline comments
 
new file 100644
 
# 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
 
}