1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-11 05:25:47 +01:00

Added agreader

This commit is contained in:
root
2013-05-16 21:22:24 +02:00
parent 296b77499e
commit 822702567c
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unadf/unadf-0.7.9b.ebuild,v 1.11 2010/01/01 19:41:00 fauli Exp $
inherit eutils
DESCRIPTION="Read AmigaGuide hybertext documents on console"
SRC_URI="http://aminet.net/misc/unix/AGReader.tar.bz2"
HOMEPAGE="http://aminet.net/package/misc/unix/AGReader.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
cd "${WORKDIR}"/AGReader/Sources && make || die "make failed"
}
src_install() {
dobin "${WORKDIR}"/AGReader/Sources/agr
dodoc "${WORKDIR}"/AGReader/Docs/*
}