[arch-commits] Commit in luarocks/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 19 08:25:17 UTC 2013


    Date: Sunday, May 19, 2013 @ 10:25:17
  Author: bpiotrowski
Revision: 91090

archrelease: copy trunk to community-any

Added:
  luarocks/repos/community-any/PKGBUILD
    (from rev 91089, luarocks/trunk/PKGBUILD)
Deleted:
  luarocks/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 08:22:00 UTC (rev 91089)
+++ PKGBUILD	2013-05-19 08:25:17 UTC (rev 91090)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-
-pkgname=luarocks
-pkgver=2.0.12
-pkgrel=2
-pkgdesc='Deployment and management system for Lua modules'
-arch=('any')
-url='http://luarocks.org/'
-depends=('lua51' 'unzip' 'zip' 'curl')
-optdepends=('cvs: for fetching sources from CVS repositories'
-            'git: for fetching sources from git repositories'
-            'mercurial: for fetching sources from mercurial repositories'
-            'lua51-sec: HTTPS support'
-            'cmake: for building rocks that use the cmake build system')
-license=('custom')
-options=('!makeflags')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('a1bc938ddf835550917f0cb6964ea516')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc/luarocks \
-              --with-lua-include=/usr/include/lua5.1/ \
-              --with-downloader=curl
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: luarocks/repos/community-any/PKGBUILD (from rev 91089, luarocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-19 08:25:17 UTC (rev 91090)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+
+pkgname=luarocks
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Deployment and management system for Lua modules'
+arch=('any')
+url='http://luarocks.org/'
+depends=('lua51' 'unzip' 'zip' 'curl')
+optdepends=('cvs: for fetching sources from CVS repositories'
+            'git: for fetching sources from git repositories'
+            'mercurial: for fetching sources from mercurial repositories'
+            'lua51-sec: HTTPS support'
+            'cmake: for building rocks that use the cmake build system')
+license=('custom')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('b46809e44648875e8234c2fef79783f9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc/luarocks \
+              --with-lua-include=/usr/include/lua5.1/ \
+              --with-downloader=curl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list