1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-05-02 01:10:53 +02:00

Added incomplete HermIRES ebuild, update deadbeef

This commit is contained in:
root
2014-01-04 08:12:31 +01:00
parent f29d365408
commit a5f4237d8c
10 changed files with 536 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="A tool to draw and convert C64 hires bitmap graphics."
HOMEPAGE="http://sourceforge.net/projects/hermires/"
MY_P="HermIRES-${PV}"
SRC_URI="mirror://sourceforge/hermires/${MY_P}.zip"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="media-libs/allegro"
RDEPEND="${DEPEND}"