linamh/dev-util/go-utils/go-utils-0.3.1.ebuild
geos_one 1a4a3c1a51 cleanup
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@3022 6952d904-891a-0410-993b-d76249ca496b
2011-11-06 07:06:59 +00:00

32 lines
630 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
DESCRIPTION="geos_one loved tools"
HOMEPAGE="http://linamh.disconnected-by-peer.at"
SRC_URI="http://ftp.disconnected-by-peer.at/go/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2 GPL-3 BSD"
KEYWORDS="~amd64 ~arm ~x86"
RESTRICT="mirror"
IUSE=""
DEPEND=""
RDEPEND="app-portage/gentoolkit-dev
dev-vcs/subversion
sys-apps/portage
dev-lang/ruby
dev-lang/python
app-portage/portage-utils"
src_install() {
emake DESTDIR="${D}" install || die "install fail"
dodoc README LICENSES AUTHORS
}