# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit cmake-utils subversion DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels" HOMEPAGE="http://indilib.org" ESVN_REPO_URI="svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/${PN}" ESVN_PROJECT="${P}" LICENSE="sbig" KEYWORDS="-*" SLOT="0" DEPEND="" RDEPEND="${DEPEND}" ESVN_PATCHES=( "${FILESDIR}/sbig-9999-fix-symlink.patch" ) src_unpack() { subversion_src_unpack } src_install() { cmake-utils_src_install cd "${D}"/usr/lib || die ln -snf libsbigudrv.so.2.0.2 libsbigudrv.so.2 || die ln -snf libsbigudrv.so.2 libsbigudrv.so || die }