diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
commit | 901d121a0b559ed0c285f6cf7daebd0e0081a327 (patch) | |
tree | 814faf33f5ac64cc28c07e45f56c240c93605746 /testing/perl-alien-sdl/PKGBUILD | |
parent | d0fae3a9b2c0de7490049611767dc2a3d6e94899 (diff) | |
parent | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
testing/mesa/PKGBUILD
Diffstat (limited to 'testing/perl-alien-sdl/PKGBUILD')
-rw-r--r-- | testing/perl-alien-sdl/PKGBUILD | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/perl-alien-sdl/PKGBUILD b/testing/perl-alien-sdl/PKGBUILD new file mode 100644 index 000000000..25bd18eeb --- /dev/null +++ b/testing/perl-alien-sdl/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 124820 2011-05-24 15:44:07Z heftig $ +# Maintainer: Jan "heftig" Steffens <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.426 +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.14 perl-file-sharedir perl-capture-tiny) +makedepends=(perl-file-which perl-text-patch) +options=(!emptydirs) +source=(http://search.cpan.org/CPAN/authors/id/F/FR/FROGGS/$_realname-$pkgver.tar.gz) +md5sums=('ab5e1167934418f4a7b3285a9d05c89b') + +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 +} |