# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/stalonetray/stalonetray-0.6.5.ebuild,v 1.2 2007/06/11 04:45:13 opfer Exp $ DESCRIPTION="GemRB is a free implementation of the Infinity Engine, used in Baldur’s Gate and alikes." HOMEPAGE="http://forums.gibberlings3.net/index.php?showforum=91" SRC_URI="http://downloads.sourceforge.net/gemrb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/openal" DEPEND="${RDEPEND}" src_install() { make DESTDIR="${D}" install || die } pkg_postinst() { einfo einfo "net-fs/ccgfs is an unnofficil ebuild." einfo einfo "It is not related to the Gentoo Developers in any way, so don't" einfo "ever report a bug about net-fs/ccgfs if you are using this ebuild." einfo }