[arch-commits] Commit in tolua++/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:04:06 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:04:06
  Author: felixonmars
Revision: 341650

archrelease: copy trunk to community-x86_64

Added:
  tolua++/repos/community-x86_64/PKGBUILD
    (from rev 341649, tolua++/trunk/PKGBUILD)
Deleted:
  tolua++/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:03:47 UTC (rev 341649)
+++ PKGBUILD	2018-06-07 06:04:06 UTC (rev 341650)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Chirantan Ekbote <ekbotec at chromium.org>
-# Contributer: Doug Newgard <scimmia22 at outlook dot com>
-# Contributer: Stéphane Gaudreault <stephane.gaudreault at gmail.com>
-
-pkgname=tolua++
-pkgver=1.0.93
-pkgrel=2
-pkgdesc="Tool to integrate C/C++ code with Lua"
-arch=('i686' 'x86_64')
-url="https://github.com/LuaDist/toluapp"
-license=('MIT')
-depends=('lua51')
-makedepends=('cmake' 'git')
-options=('staticlibs')
-source=(git+https://github.com/LuaDist/toluapp.git#tag=${pkgver})
-md5sums=('SKIP')
-
-build() {
-    cd toluapp
-
-    rm -rf build && mkdir build
-    cd build
-
-    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-    cd toluapp/build
-
-    make DESTDIR="${pkgdir}" install
-
-    # install license files
-    install -Dm644 "$srcdir/toluapp/COPYRIGHT" "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: tolua++/repos/community-x86_64/PKGBUILD (from rev 341649, tolua++/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:04:06 UTC (rev 341650)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Chirantan Ekbote <ekbotec at chromium.org>
+# Contributer: Doug Newgard <scimmia22 at outlook dot com>
+# Contributer: Stéphane Gaudreault <stephane.gaudreault at gmail.com>
+
+pkgname=tolua++
+pkgver=1.0.93
+pkgrel=3
+pkgdesc="Tool to integrate C/C++ code with Lua"
+arch=('x86_64')
+url="https://github.com/LuaDist/toluapp"
+license=('MIT')
+depends=('lua51')
+makedepends=('cmake' 'git')
+options=('staticlibs')
+source=(git+https://github.com/LuaDist/toluapp.git#tag=${pkgver})
+sha512sums=('SKIP')
+
+build() {
+    cd toluapp
+
+    rm -rf build && mkdir build
+    cd build
+
+    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+    cd toluapp/build
+
+    make DESTDIR="${pkgdir}" install
+
+    # install license files
+    install -Dm644 "$srcdir/toluapp/COPYRIGHT" "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}



More information about the arch-commits mailing list