# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Set of libraries for EDS" HOMEPAGE="http://eds.emiter.com/" SRC_URI="http://static.emiter.com/eds/pkg/distfiles/${PF}.tar.bz2" LICENSE="EDS" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND=">=sci-misc/eds-2.0.2050" src_install() { insinto "/opt/eds-libs/" doins * }