You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/SDL/SDL-2.536.ebuild

47 lines
1.0 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.536.ebuild,v 1.4 2012/01/23 00:02:23 ssuominen Exp $
EAPI=4
MODULE_AUTHOR=FROGGS
inherit perl-module
DESCRIPTION="Simple DirectMedia Layer (SDL) bindings for perl"
HOMEPAGE="http://sdl.perl.org/"
LICENSE="GPL-2 OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/Alien-SDL
dev-perl/Capture-Tiny
dev-perl/File-ShareDir
dev-perl/Test-Most
dev-perl/Tie-Simple
media-libs/libpng:0
media-libs/libsdl
media-libs/sdl-gfx
media-libs/sdl-image
media-libs/sdl-mixer
media-libs/sdl-pango
media-libs/sdl-ttf
media-libs/smpeg
media-libs/tiff:0
virtual/glu
virtual/jpeg
virtual/opengl
virtual/perl-ExtUtils-CBuilder
virtual/perl-Module-Build
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple"
DEPEND="${RDEPEND}"
pkg_setup() {
# NOTE: If this fails because of sandbox, see games-sports/torcs for addpredict
SRC_TEST="do"
mydoc="CHANGELOG README TODO"
perl-module_pkg_setup
}