You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/garden/garden-1.0.8-r1.ebuild

48 lines
1.0 KiB

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.3 2014/04/02 10:38:41 nimiux Exp $
EAPI=5
inherit eutils gnome2-utils autotools games
DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
HOMEPAGE="http://garden.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND="<media-libs/allegro-5"
RDEPEND="${DEPEND}"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
doicon -s scalable resources/garden.svg
make_desktop_entry garden "Garden of coloured lights"
dodoc AUTHORS ChangeLog NEWS README
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}