[Lunar-commits] CVS: moonbase/perl/SDL_perl BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jens Luedicke perldude at lunar-linux.org
Thu Aug 19 15:36:44 GMT 2004


Update of /var/cvs/lunar/moonbase/perl/SDL_perl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32623/perl/SDL_perl

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
moved SDL_perl to section perl. bumped to version 1.19.2.
tested with frozen-bubble.



--- NEW FILE: BUILD ---
(

  ./configure &&
  sedit "s/\/usr\/man\//\/usr\/share\/man\//g" Makefile &&
  make &&
  prepare_install &&
  make install

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends			perl &&
depends			SDL &&
optional_depends	"SDL_image" "" "" "For image support" &&
optional_depends        "SDL_mixer" "" "" "For mixer support" &&
optional_depends	"SDL_net"   "" "" "For networking support" &&
optional_depends	"SDL_gfx"   "" "" "For extended graphics support" &&
optional_depends	"smpeg"     "" "" "For MPEG support"
# not in lunar yet:
# optional_depends      "SDL_ttf"   "" "" "For truetype fonts support" &&



--- NEW FILE: DETAILS ---
          MODULE=SDL_perl
         VERSION=1.19.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL=http://backpan.cpan.org/authors/id/D/DG/DGOEHRIG/$SOURCE
        WEB_SITE=http://sdl.perl.org/
         ENTERED=20020629
         UPDATED=20040819
           SHORT="A perl to SDL library"
cat << EOF
SDLperl is a multimedia programming extension to perl. Through use of
the Simple DirectMedia Layer SDLperl provides support for graphics (2D
and 3D), sound effects, music, cdrom playback, fonts, and game devices.
SDLperl provides both lowlevel functional and highlevel object oriented
APIs for game programming.
EOF



More information about the Lunar-commits mailing list