diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:29:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:59 +0100 |
commit | c55e80d956333d4f705d462c5d70ff69c1825e52 (patch) | |
tree | d210846418ac6f020681fd20637f748a4a5e8411 /games-simulation/bcs-demo | |
parent | games-server/ut2004-ded: tidy ebuild (diff) | |
download | gentoo-c55e80d956333d4f705d462c5d70ff69c1825e52.tar.gz gentoo-c55e80d956333d4f705d462c5d70ff69c1825e52.tar.bz2 gentoo-c55e80d956333d4f705d462c5d70ff69c1825e52.zip |
games-simulation/bcs-demo: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-simulation/bcs-demo')
-rw-r--r-- | games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild index af09bc0dcf69..d5e8c9c23407 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit wrapper unpacker DESCRIPTION="design and build bridges and then stress test them with trains" HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm" SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz" +S="${WORKDIR}" LICENSE="BCS" SLOT="0" @@ -24,8 +25,6 @@ RDEPEND=" x11-libs/libXext[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)]" -S=${WORKDIR} - dir=/opt/${PN} Ddir=${D}/${dir} QA_PREBUILT="${dir:1}/*" |