Parent Directory
|
Revision Log
Stable for amd64 wrt bug #426748, thanks to Elijah "Armageddon" El Lazkani. (Portage version: 2.1.11.9/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v 1.3 2012/07/16 06:26:49 jdhore Exp $ |
| 4 | |
| 5 | EAPI=2 |
| 6 | inherit eutils games |
| 7 | |
| 8 | DESCRIPTION="This program will let you UNIX user experience the authentic microsoft windows experience" |
| 9 | HOMEPAGE="http://www.vanheusden.com/bsod/" |
| 10 | SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" |
| 11 | |
| 12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="amd64 x86" |
| 15 | IUSE="" |
| 16 | |
| 17 | DEPEND="sys-libs/ncurses" |
| 18 | |
| 19 | src_prepare() { |
| 20 | epatch "${FILESDIR}"/${P}-Makefile.patch |
| 21 | } |
| 22 | |
| 23 | src_install() { |
| 24 | dogamesbin ${PN} || die |
| 25 | dodoc Changes |
| 26 | |
| 27 | prepgamesdirs |
| 28 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |