[arch-commits] Commit in perl-alien-sdl/repos (2 files)

Jan Steffens heftig at gemini.archlinux.org
Wed Sep 1 08:25:15 UTC 2021


    Date: Wednesday, September 1, 2021 @ 08:25:10
  Author: heftig
Revision: 1010259

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-alien-sdl/repos/community-testing-x86_64/
  perl-alien-sdl/repos/community-testing-x86_64/PKGBUILD
    (from rev 1010258, perl-alien-sdl/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: perl-alien-sdl/repos/community-testing-x86_64/PKGBUILD (from rev 1010258, perl-alien-sdl/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-09-01 08:25:10 UTC (rev 1010259)
@@ -0,0 +1,42 @@
+# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at 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.446
+pkgrel=12
+pkgdesc="Building, finding and using SDL binaries"
+arch=(x86_64)
+license=(PerlArtistic GPL)
+url="https://metacpan.org/dist/$_realname"
+depends=(sdl perl-file-sharedir perl-capture-tiny)
+makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build)
+options=(!emptydirs)
+source=("https://cpan.metacpan.org/authors/id/F/FR/FROGGS/$_realname-$pkgver.tar.gz")
+sha256sums=('c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a')
+
+prepare() {
+  cd $_realname-$pkgver
+
+  # Workaround bug with --with-sdl-config
+  sed -i '/^GetOptions/d' Build.PL
+}
+
+build() {
+  cd $_realname-$pkgver
+
+  # install module in vendor directories
+  perl Build.PL --with-sdl-config
+  perl Build
+}
+
+package() {
+  cd $_realname-$pkgver
+  perl Build install installdirs=vendor destdir="$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list