Date: Monday, February 8, 2016 @ 01:24:54
  Author: foutrelis
Revision: 160630

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

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

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

Copied: luajit/repos/community-staging-i686/PKGBUILD (from rev 160629, 
luajit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-08 00:24:54 UTC (rev 160630)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <[email protected]>
+
+pkgname=luajit
+pkgver=2.0.4
+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=('dd9c38307f2223a504cbfb96e477eca0')
+
+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-staging-x86_64/PKGBUILD (from rev 160629, 
luajit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:24:54 UTC (rev 160630)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <[email protected]>
+
+pkgname=luajit
+pkgver=2.0.4
+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=('dd9c38307f2223a504cbfb96e477eca0')
+
+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"
+}

Reply via email to