blob: 8cc607ce08d6318c5b9874293331010818d5ae26 (
plain)
1
2
3
4
5
6
7
8
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-ttf libsdl-mixer libsdl-net mesa"
inherit cpan
|