[arch-commits] Commit in erlang-sdl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 11:12:25 UTC 2018


    Date: Friday, September 28, 2018 @ 11:12:25
  Author: arodseth
Revision: 387169

archrelease: copy trunk to community-x86_64

Added:
  erlang-sdl/repos/community-x86_64/PKGBUILD
    (from rev 387168, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 11:12:17 UTC (rev 387168)
+++ PKGBUILD	2018-09-28 11:12:25 UTC (rev 387169)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=erlang-sdl
-pkgver=1.3.1
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
-  cp -ruv c_src doc ebin include priv src \
-    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 387168, erlang-sdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-28 11:12:25 UTC (rev 387169)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=erlang-sdl
+pkgver=1.3.1
+pkgrel=3
+arch=('x86_64')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'glu' 'libgl' 'sdl')
+makedepends=('git' 'mesa-libgl' 'rebar')
+#tag=esdl-1.3.1 fails
+source=("esdl::git+https://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
+md5sums=('SKIP')
+
+prepare() {
+  find esdl -type f -print0 | xargs -0 chmod 644
+}
+
+build() {
+  cd esdl
+  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
+}
+
+package() {
+  cd esdl
+  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
+  cp -ruv c_src doc ebin include priv src \
+    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list