diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:49:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:49:49 (GMT) |
commit | 1ee7cc86da31af9c0b0f16f8934626093df968a8 (patch) | |
tree | 28ef252b3b04b01ac64c9ebb3ad8497f13c0352f /abs/core/perl_modules/perl-alien-sdl/PKGBUILD | |
parent | 9b02f79cac1b37a36a6be3bd658a693369fccc62 (diff) | |
download | linhes_pkgbuild-1ee7cc86da31af9c0b0f16f8934626093df968a8.zip linhes_pkgbuild-1ee7cc86da31af9c0b0f16f8934626093df968a8.tar.gz linhes_pkgbuild-1ee7cc86da31af9c0b0f16f8934626093df968a8.tar.bz2 |
perl_modules needed for frozen bubble:
perl-aliean-sdl
perl-capture-tiny
perl-compress-bzip2
perl-file-sharedir
perl-file-which
perl-ipc-system-simple
perl-local-maketext-lexicon
perl-module-build
perl-sdl
perl-text-patch
perl-tie-simple
Diffstat (limited to 'abs/core/perl_modules/perl-alien-sdl/PKGBUILD')
-rw-r--r-- | abs/core/perl_modules/perl-alien-sdl/PKGBUILD | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/abs/core/perl_modules/perl-alien-sdl/PKGBUILD b/abs/core/perl_modules/perl-alien-sdl/PKGBUILD new file mode 100644 index 0000000..4b6bded --- /dev/null +++ b/abs/core/perl_modules/perl-alien-sdl/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 165868 2012-09-01 20:47:49Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> +# Contributor: Allan McRae <allan@archlinux.org> +# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> + +# This package must not by "any" arch. +# Requires rebuild with every change to sdl-config + +pkgname=perl-alien-sdl +_realname=Alien-SDL +pkgver=1.438 +pkgrel=1 +pkgdesc="Building, finding and using SDL binaries" +arch=(i686 x86_64) +license=(PerlArtistic GPL) +url="http://search.cpan.org/dist/Alien-SDL/" +depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny) +makedepends=(perl-file-which perl-text-patch) +options=(!emptydirs) +_author=JTPALMER +source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz) +md5sums=('1936ba9e300677151124b62883cedf20') + +package() { + cd "$srcdir/$_realname-$pkgver" + + # install module in vendor directories + perl Build.PL installdirs=vendor destdir="$pkgdir" --with-sdl-config + + perl Build + perl Build install +} |