# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit erlang-pkg MY_ERLYWEB="erlyweb-0.3" DESCRIPTION="An SQL database abstraction layer generator for Erlang" HOMEPAGE="http://code.google.com/p/erlydb/" SRC_URI="http://erlyweb.org/${MY_ERLYWEB}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" COMMON_DEP="=dev-lang/erlang-11.2*" DEPEND="${COMMON_DEP} app-arch/unzip" RDEPEND="${COMMON_DEP}" S="${WORKDIR}/${MY_ERLYWEB}/${P}" src_install() { erlang-pkg_doebin dodoc README.txt }