summaryrefslogtreecommitdiff
path: root/extra/perl-alien-sdl/PKGBUILD
blob: ad8557e6a14f146821b1784db61fc0d22f160b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 112695 2011-03-06 00:40:04Z 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.425
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=('c6adaa35ea0779740950de36c8a8ffe2')

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
}