mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-puzzle/biniax2: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils games
|
||||
|
||||
DESCRIPTION="Logic game with arcade and tactics modes"
|
||||
HOMEPAGE="http://biniax.com/"
|
||||
SRC_URI="http://mordred.dir.bg/biniax/${P}-fullsrc.tar.gz"
|
||||
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libsdl
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/sdl-mixer[mod]"
|
||||
RDEPEND="${DEPEND}"
|
||||
S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
rm -f data/Thumbs.db
|
||||
sed -i \
|
||||
-e "s:data/:${GAMES_DATADIR}/${PN}/:" \
|
||||
desktop/{gfx,snd}.c \
|
||||
|| die
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-build.patch \
|
||||
"${FILESDIR}"/${P}-dotfiles.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dogamesbin ${PN}
|
||||
insinto "${GAMES_DATADIR}"/${PN}
|
||||
doins -r data/*
|
||||
doicon "${FILESDIR}"/${PN}.xpm
|
||||
make_desktop_entry ${PN} Biniax-2
|
||||
prepgamesdirs
|
||||
}
|
||||
Reference in New Issue
Block a user