# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3.ebuild,v 1.5 2007/07/22 09:40:43 omp Exp $ inherit eutils DESCRIPTION="HP48 Calculator Emulator" HOMEPAGE="http://x48.berlios.de/" SRC_URI="http://download.berlios.de/x48/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="x11-proto/xextproto app-text/rman" DEPEND="${RDEPEND} x11-libs/libXext x11-libs/libX11 x11-misc/imake app-text/rman sys-libs/readline sys-libs/ncurses sys-libs/gpm" src_compile() { xmkmf || die emake CCOPTIONS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" || die } src_install() { dobin ${S}/src/checkrom ${S}/src/dump2rom ${S}/src/mkcard ${S}/src/x48 newman ${S}/src/x48.man x48.1 dodir /usr/lib/X11/app-defaults insinto /usr/lib/X11/app-defaults/ newins ${S}/src/X48.ad X48 dodoc ${S}/doc/CARDS.doc ${S}/doc/ROMDump.doc dodoc ${S}/romdump/ROMDump ${S}/romdump/ROMDump.s } pkg_postinst() { elog "The X48 emulator requires an HP48 ROM Image to run." elog elog "You can use the ROMDump utility and documentation included with this" elog "package to obtain this from your HP48 calculator." }