Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#881 - SDL_perl is broken
Attached to Project:
Arch Linux
Opened by Raven Morris (Samus_Aran) - Wednesday, 05 May 2004, 00:53 GMT
Last edited by Dale Blount (dale) - Wednesday, 05 May 2004, 01:30 GMT
Opened by Raven Morris (Samus_Aran) - Wednesday, 05 May 2004, 00:53 GMT
Last edited by Dale Blount (dale) - Wednesday, 05 May 2004, 01:30 GMT
|
DetailsSDL_perl modules have not been updated to match the new Perl 5.x.x directory structure.
|
This task depends upon
Closed by dorphell (dorphell)
Wednesday, 05 January 2005, 21:21 GMT
Reason for closing: Fixed
Additional comments about closing: Manually installed
Wednesday, 05 January 2005, 21:21 GMT
Reason for closing: Fixed
Additional comments about closing: Manually installed
# $Id: PKGBUILD,v 1.12 2003/12/06 01:25:40 dorphell Exp $
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=sdl_perl
pkgver=2.1.0
pkgrel=1
pkgdesc="SDL_Perl is a Perl wrapper for SDL featuring almost complete functionality, including dynamic mode switching, alpha-blended 2D graphics and OpenGL."
depends=('perl' 'sdl' 'sdl_gfx' 'freetype2' 'libjpeg' 'sdl_ttf' 'sdl_image' 'libpng' 'libogg' 'libvorbis' 'sdl_mixer' 'sdl_net' 'alsa-lib')
source=(http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-$pkgver.tar.gz)
url="http://sdl.perl.org/"
md5sums=('7dc4ab6620003f37ff4093d052ed46fa')
build() {
cd $startdir/src/SDL_Perl-$pkgver
perl Build.PL && \
./Build && \
perl Makefile.PL && \
make && \
make test && \
make DESTDIR=$startdir/pkg install || return 1
}