# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit eutils git cmake-utils EGIT_REPO_URI="git://svn01.datys.cu/libsm_driver.git" EGIT_BRANCH="multi" DESCRIPTION="Librería de cálculo de semejanzas en GPU" HOMEPAGE="" #if [[ ${PV} = 9999* ]]; then # SRC_URI="" #else # SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2" #fi KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" RDEPEND="dev-util/cmake" DEPEND="${RDEPEND}" SLOT="0" src_unpack() { git_src_unpack } src_prepare() { git_src_prepare } src_install() { einfo "Esto es src_install" } pkg_setup() { # Fails to build on ARM if dev-libs/libatomic_ops is installed, bug # 297630 einfo "ok" } pkg_postinst() { ewarn "libdrm's ABI may have changed without change in library name" ewarn "Please rebuild media-libs/mesa, x11-base/xorg-server and" ewarn "your video drivers in x11-drivers/*." }