commit: 4bbdd8768371bef56d8c9b0b738493673b535d5d Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Wed Oct 23 06:38:55 2019 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Wed Oct 23 06:38:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4bbdd876
media-gfx/recoil: new package RECOIL - Retro Computer Image Library Package-Manager: Portage-2.3.76, Repoman-2.3.16 media-gfx/recoil/metadata.xml | 15 +++++++++++++++ media-gfx/recoil/recoil-4.3.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-gfx/recoil/metadata.xml b/media-gfx/recoil/metadata.xml new file mode 100644 index 0000000..8940417 --- /dev/null +++ b/media-gfx/recoil/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> +<email>[email protected]</email> +<name>Azamat H. Hackimov</name> +</maintainer> +<longdescription lang="en"> +Retro Computer Image Library decodes Amiga, Amstrad CPC, Apple II, Atari 8-bit, +Atari Portfolio, Atari ST/TT/Falcon, BBC Micro, Commodore 16, Commodore 64, +Commodore 128, Macintosh 128K, MSX, NEC PC-88, NEC PC-98, Oric, SAM Coupe, +Sharp X68000, Timex 2048, TRS-80, TRS-80 Color Computer, ZX81 and ZX Spectrum +picture formats. +</longdescription> +</pkgmetadata> diff --git a/media-gfx/recoil/recoil-4.3.2.ebuild b/media-gfx/recoil/recoil-4.3.2.ebuild new file mode 100644 index 0000000..0f2b22a --- /dev/null +++ b/media-gfx/recoil/recoil-4.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 2018-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Retro Computer Image Library" +HOMEPAGE="http://recoil.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libpng:0=" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" recoil2png +} + +src_install() { + dobin recoil2png + doman recoil2png.1 + dodoc README +}
