diff options
Diffstat (limited to 'sys-apps/zorroutils/zorroutils-0.04.ebuild')
-rw-r--r-- | sys-apps/zorroutils/zorroutils-0.04.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/zorroutils/zorroutils-0.04.ebuild b/sys-apps/zorroutils/zorroutils-0.04.ebuild new file mode 100644 index 0000000..c454916 --- /dev/null +++ b/sys-apps/zorroutils/zorroutils-0.04.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils + +DESCRIPTION="Zorro bus utility for Amigas running 2.1 and later kernels" +HOMEPAGE="http://users.telenet.be/geertu/Download/#zorro" +SRC_URI="http://users.telenet.be/geertu/Download/${P}.tar.gz" +IUSE="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="m68k ppc" + +DEPEND="" + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}"/zorroutils-0.04-20021014.diff + epatch "${FILESDIR}"/zorroutils-gentoo.diff +} + +src_compile() { + emake || die +} + +src_install() { + into / + dosbin lszorro + doman *.8 + + insinto /usr/share/misc + doins zorro.ids +} |