[arch-commits] Commit in luajit/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Apr 9 19:38:52 UTC 2014


    Date: Wednesday, April 9, 2014 @ 21:38:52
  Author: bpiotrowski
Revision: 109046

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

Added:
  luajit/repos/community-i686/PKGBUILD
    (from rev 109045, luajit/trunk/PKGBUILD)
  luajit/repos/community-x86_64/PKGBUILD
    (from rev 109045, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-i686/PKGBUILD
  luajit/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-09 19:38:34 UTC (rev 109045)
+++ community-i686/PKGBUILD	2014-04-09 19:38:52 UTC (rev 109046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-
-  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 109045, luajit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-09 19:38:52 UTC (rev 109046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+
+  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-09 19:38:34 UTC (rev 109045)
+++ community-x86_64/PKGBUILD	2014-04-09 19:38:52 UTC (rev 109046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-
-  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 109045, luajit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-09 19:38:52 UTC (rev 109046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+
+  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
+}




More information about the arch-commits mailing list