diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /games-arcade/lbreakout | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'games-arcade/lbreakout')
| -rw-r--r-- | games-arcade/lbreakout/Manifest | 1 | ||||
| -rw-r--r-- | games-arcade/lbreakout/lbreakout-010315-r1.ebuild | 30 | ||||
| -rw-r--r-- | games-arcade/lbreakout/metadata.xml | 12 |
3 files changed, 43 insertions, 0 deletions
diff --git a/games-arcade/lbreakout/Manifest b/games-arcade/lbreakout/Manifest new file mode 100644 index 000000000000..74aaeb4169e6 --- /dev/null +++ b/games-arcade/lbreakout/Manifest @@ -0,0 +1 @@ +DIST lbreakout-010315.tar.gz 655418 BLAKE2B f8d893c16de045f172e2ece3158420a880fff4775e81f714d390cc92cfbc6296cc968442388097d6be7fd23e19be614d872fe4b9e730284dcb7044d06bf9d72f SHA512 92421ceb4e643df2123d084b0d2c5edfd311e39dd8da85c01da5cfd872f787a6969e514efab2c5f110979434e773fce211e755e4c45438c4469ab9095cb595b7 diff --git a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild new file mode 100644 index 000000000000..4a465d929cfc --- /dev/null +++ b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Breakout clone written with the SDL library" +HOMEPAGE="http://lgames.sourceforge.net/LBreakout/" +SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-libs/libsdl-1.1.5" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -i \ + -e '/^sdir=/s:$datadir/games:$datadir:' \ + -e '/^hdir=/s:/var/lib/games:$localstatedir:' \ + configure \ + || die "sed failed" +} + +src_install() { + HTML_DOCS="lbreakout/manual/*" + default +} diff --git a/games-arcade/lbreakout/metadata.xml b/games-arcade/lbreakout/metadata.xml new file mode 100644 index 000000000000..13dccc73c5a2 --- /dev/null +++ b/games-arcade/lbreakout/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">lgames</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
