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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 19 15:51:09 UTC 2019


    Date: Tuesday, February 19, 2019 @ 15:51:07
  Author: arodseth
Revision: 434558

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 15:50:57 UTC (rev 434557)
+++ PKGBUILD	2019-02-19 15:51:07 UTC (rev 434558)
@@ -1,34 +0,0 @@
-# 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:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 434557, erlang-sdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-19 15:51:07 UTC (rev 434558)
@@ -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=4
+arch=('x86_64')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='https://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+$url#commit=dbd8ce9228aa")
+md5sums=('SKIP')
+
+prepare() {
+  find esdl -type f -exec 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