diff options
Diffstat (limited to 'sdlperl/sdl-perl_1.20.3.oe')
-rw-r--r-- | sdlperl/sdl-perl_1.20.3.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sdlperl/sdl-perl_1.20.3.oe b/sdlperl/sdl-perl_1.20.3.oe index e69de29bb2..d4a72257a8 100644 --- a/sdlperl/sdl-perl_1.20.3.oe +++ b/sdlperl/sdl-perl_1.20.3.oe @@ -0,0 +1,9 @@ +DESCRIPTION = "Perl bindings for SDL" +SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz \ + file://Makefile.patch;patch=1;pnum=0" +S = "${WORKDIR}/SDL_perl-${PV}" + +DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer mesa" + +inherit cpan + |