[arch-commits] Commit in luafilesystem/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Tue May 5 10:51:39 UTC 2015


    Date: Tuesday, May 5, 2015 @ 12:51:38
  Author: spupykin
Revision: 132764

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  luafilesystem/repos/community-staging-i686/
  luafilesystem/repos/community-staging-i686/LICENSE
    (from rev 132762, luafilesystem/trunk/LICENSE)
  luafilesystem/repos/community-staging-i686/PKGBUILD
    (from rev 132762, luafilesystem/trunk/PKGBUILD)
  luafilesystem/repos/community-staging-x86_64/
  luafilesystem/repos/community-staging-x86_64/LICENSE
    (from rev 132762, luafilesystem/trunk/LICENSE)
  luafilesystem/repos/community-staging-x86_64/PKGBUILD
    (from rev 132763, luafilesystem/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/LICENSE    |   22 ++++++++++++++++
 community-staging-i686/PKGBUILD   |   49 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/LICENSE  |   22 ++++++++++++++++
 community-staging-x86_64/PKGBUILD |   49 ++++++++++++++++++++++++++++++++++++
 4 files changed, 142 insertions(+)

Copied: luafilesystem/repos/community-staging-i686/LICENSE (from rev 132762, luafilesystem/trunk/LICENSE)
===================================================================
--- community-staging-i686/LICENSE	                        (rev 0)
+++ community-staging-i686/LICENSE	2015-05-05 10:51:38 UTC (rev 132764)
@@ -0,0 +1,22 @@
+Copyright (C) 2004-2007 The Kepler Project.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Copied: luafilesystem/repos/community-staging-i686/PKGBUILD (from rev 132762, luafilesystem/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-05 10:51:38 UTC (rev 132764)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgbase=luafilesystem
+pkgname=(lua-filesystem lua51-filesystem)
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='File System Library for the Lua Programming Language'
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luafilesystem/'
+license=('MIT')
+makedepends=(lua lua51)
+#source=(http://github.com/downloads/keplerproject/$pkgbase/$pkgbase-$pkgver.tar.gz
+source=(https://github.com/keplerproject/luafilesystem/archive/v_${pkgver//./_}.tar.gz
+        LICENSE)
+md5sums=('d0552c7e5a082f5bb2865af63fb9dc95'
+         'beb2b58c4b5c2782304a5b0267a5651b')
+
+build() {
+  msg2 "Building $pkgbase with Lua 5.1"
+  cp -a $pkgbase-v_${pkgver//./_} $pkgbase-v_${pkgver//./_}-51
+  cd $pkgbase-v_${pkgver//./_}-51
+  make LUA_INC=/usr/include/lua5.1
+
+  msg2 "Building $pkgbase with Lua 5.2"
+  cd "$srcdir"/$pkgbase-v_${pkgver//./_}
+  make
+}
+
+package_lua-filesystem() {
+  depends=('lua')
+
+  cd $pkgbase-v_${pkgver//./_}
+  make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.2' install
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua51-filesystem() {
+  depends=('lua51')
+  conflicts=('luafilesystem')
+  replaces=('luafilesystem')
+
+  cd $pkgbase-v_${pkgver//./_}-51
+  make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: luafilesystem/repos/community-staging-x86_64/LICENSE (from rev 132762, luafilesystem/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE	                        (rev 0)
+++ community-staging-x86_64/LICENSE	2015-05-05 10:51:38 UTC (rev 132764)
@@ -0,0 +1,22 @@
+Copyright (C) 2004-2007 The Kepler Project.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Copied: luafilesystem/repos/community-staging-x86_64/PKGBUILD (from rev 132763, luafilesystem/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-05 10:51:38 UTC (rev 132764)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgbase=luafilesystem
+pkgname=(lua-filesystem lua51-filesystem)
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='File System Library for the Lua Programming Language'
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luafilesystem/'
+license=('MIT')
+makedepends=(lua lua51)
+#source=(http://github.com/downloads/keplerproject/$pkgbase/$pkgbase-$pkgver.tar.gz
+source=(https://github.com/keplerproject/luafilesystem/archive/v_${pkgver//./_}.tar.gz
+        LICENSE)
+md5sums=('d0552c7e5a082f5bb2865af63fb9dc95'
+         'beb2b58c4b5c2782304a5b0267a5651b')
+
+build() {
+  msg2 "Building $pkgbase with Lua 5.1"
+  cp -a $pkgbase-v_${pkgver//./_} $pkgbase-v_${pkgver//./_}-51
+  cd $pkgbase-v_${pkgver//./_}-51
+  make LUA_INC=/usr/include/lua5.1
+
+  msg2 "Building $pkgbase with Lua 5.2"
+  cd "$srcdir"/$pkgbase-v_${pkgver//./_}
+  make
+}
+
+package_lua-filesystem() {
+  depends=('lua')
+
+  cd $pkgbase-v_${pkgver//./_}
+  make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.2' install
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua51-filesystem() {
+  depends=('lua51')
+  conflicts=('luafilesystem')
+  replaces=('luafilesystem')
+
+  cd $pkgbase-v_${pkgver//./_}-51
+  make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list