mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
use epatch to apply patch; update HOMEPAGE; better deps
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -6,8 +6,8 @@ EAPI=5
|
||||
inherit eutils games
|
||||
|
||||
DESCRIPTION="A frantic 3D space shooter"
|
||||
HOMEPAGE="http://www.stanford.edu/~mcmartin/sable/"
|
||||
SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz
|
||||
HOMEPAGE="http://jeuxlibres.net/showgame/sable.html"
|
||||
SRC_URI="mirror://gentoo/${P}-src.tgz
|
||||
mirror://gentoo/${PN}.png"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
@@ -16,13 +16,16 @@ KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/opengl
|
||||
media-libs/libsdl
|
||||
media-libs/libsdl[joystick,opengl,sound,video]
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/sdl-mixer"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-gentoo.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake INSTALL_RESDIR="${GAMES_DATADIR}"
|
||||
|
||||
Reference in New Issue
Block a user