# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Short one-line description of this package. DESCRIPTION="Run .EXE files with mono/pnet or wine/winex/dosemu" HOMEPAGE="http://www.gentoo.org" SRC_URI=" mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" # R-depends on mono/pnet, wine/winex etc, but I don't think # we should force installation of them... S=${WORKDIR}/${P} src_compile() { emake || die } src_install() { dobin bin/* exeinto /etc/init.d doexe init.d/* insinto /etc/conf.d doins conf.d/* dodoc README }