summaryrefslogtreecommitdiff
path: root/games-fps/wolfgl/wolfgl-0.93-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/wolfgl/wolfgl-0.93-r2.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/wolfgl/wolfgl-0.93-r2.ebuild')
-rw-r--r--games-fps/wolfgl/wolfgl-0.93-r2.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/games-fps/wolfgl/wolfgl-0.93-r2.ebuild b/games-fps/wolfgl/wolfgl-0.93-r2.ebuild
deleted file mode 100644
index a76843aa4066..000000000000
--- a/games-fps/wolfgl/wolfgl-0.93-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-#ECVS_SERVER="wolfgl.cvs.sourceforge.net:/cvsroot/wolfgl"
-#ECVS_MODULE="wolfgl"
-#inherit cvs
-
-inherit eutils
-
-DESCRIPTION="Wolfenstein and Spear of Destiny port using OpenGL"
-HOMEPAGE="http://wolfgl.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tbz2
- mirror://sourceforge/wolfgl/wolfdata.zip
- mirror://sourceforge/wolfgl/sdmdata.zip"
-# mirror://sourceforge/wolfgl/wolfglx-wl6-${PV}.zip
-# mirror://sourceforge/wolfgl/wolfglx-sod-${PV}.zip
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="virtual/opengl"
-DEPEND="${RDEPEND}
- app-arch/unzip
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-gcc.patch
- "${FILESDIR}"/${PV}-sample-rate.patch
- "${FILESDIR}"/${PV}-sprite.patch
- "${FILESDIR}"/${P}-as-needed.patch
- "${FILESDIR}"/${PV}-gcc4.patch
-)
-
-src_compile() {
- emake -j1 CFLAGS="${CFLAGS}" DATADIR="/usr/share/${PN}" || die "emake failed"
-}
-
-src_install() {
- newbin linux/SDM/wolfgl wolfgl-sdm
- newbin linux/SOD/wolfgl wolfgl-sod
- newbin linux/WL1/wolfgl wolfgl-wl1
- newbin linux/WL6/wolfgl wolfgl-wl6
-
- insinto /usr/share/${PN}
- doins "${WORKDIR}"/*.{sdm,wl1}
-}
-
-pkg_postinst() {
- elog "This installed the shareware data files for"
- elog "Wolfenstein 3D and Spear Of Destiny."
- elog "If you wish to play the full versions just"
- elog "copy the data files to /usr/share/${PN}/"
-}