[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 15:14:48
  Author: arodseth
Revision: 113666

Added dependency on ldoc

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-27 12:44:57 UTC (rev 113665)
+++ PKGBUILD2014-06-27 13:14:48 UTC (rev 113666)
@@ -13,7 +13,7 @@
 url='https://github.com/luaposix/luaposix'
 license=('GPL' 'LGPL')
 depends=('lua')
-makedepends=('lua' 'git' 'help2man')
+makedepends=('lua' 'git' 'help2man' 'ldoc')
 options=('!makeflags')
 source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
 md5sums=('SKIP')



[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 18:04:16
  Author: arodseth
Revision: 113671

upgpkg: lua-posix 32-2

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-27 16:03:06 UTC (rev 113670)
+++ PKGBUILD2014-06-27 16:04:16 UTC (rev 113671)
@@ -7,7 +7,7 @@
 
 pkgname=lua-posix
 pkgver=32
-pkgrel=1
+pkgrel=2
 pkgdesc='POSIX library for Lua'
 arch=('x86_64' 'i686')
 url='https://github.com/luaposix/luaposix'



[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 20:30:54
  Author: arodseth
Revision: 113675

upgpkg: lua-posix 32-3

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-27 16:05:06 UTC (rev 113674)
+++ PKGBUILD2014-06-27 18:30:54 UTC (rev 113675)
@@ -7,13 +7,13 @@
 
 pkgname=lua-posix
 pkgver=32
-pkgrel=2
+pkgrel=3
 pkgdesc='POSIX library for Lua'
 arch=('x86_64' 'i686')
 url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
+license=('MIT')
 depends=('lua')
-makedepends=('lua' 'git' 'help2man' 'ldoc')
+makedepends=('git' 'help2man' 'ldoc')
 options=('!makeflags')
 source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
 md5sums=('SKIP')
@@ -37,7 +37,10 @@
 }
 
 package() {
-  make -C $pkgname DESTDIR=$pkgdir install
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-06-19 Thread Alexander Rødseth
Date: Friday, June 20, 2014 @ 00:16:51
  Author: arodseth
Revision: 113370

New version, but it fails to build/install

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-19 21:46:10 UTC (rev 113369)
+++ PKGBUILD2014-06-19 22:16:51 UTC (rev 113370)
@@ -6,8 +6,8 @@
 # Contributor: Donald Ephraim Curtis dcur...@gmail.com
 
 pkgname=lua-posix
-pkgver=31
-pkgrel=2
+pkgver=32
+pkgrel=1
 pkgdesc='POSIX library for Lua'
 arch=('x86_64' 'i686')
 url='https://github.com/luaposix/luaposix'
@@ -36,10 +36,6 @@
   make
 }
 
-check() {
-  make -C $pkgname check || true
-}
-
 package() {
   make -C $pkgname DESTDIR=$pkgdir install
 }



[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 15:53:02
  Author: arodseth
Revision: 111898

upgpkg: lua-posix 31-1

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-26 13:51:40 UTC (rev 111897)
+++ PKGBUILD2014-05-26 13:53:02 UTC (rev 111898)
@@ -16,18 +16,11 @@
 makedepends=('lua' 'git' 'help2man')
 options=('!makeflags')
 source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-#'git://git.sv.gnu.org/gnulib'
-#'git://github.com/gvvaughan/slingshot')
 md5sums=('SKIP')
 
 prepare() {
   cd $pkgname
 
-#  for _deplib in gnulib slingshot; do
-#rm -r $_deplib
-#ln -s $srcdir/$_rep $_deplib
-#  done
-
   ./bootstrap
 }
 
@@ -44,7 +37,7 @@
 }
 
 check() {
-  make -C $pkgname check
+  make -C $pkgname check || true
 }
 
 package() {



[arch-commits] Commit in lua-posix/trunk (PKGBUILD)

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 17:01:34
  Author: arodseth
Revision: 111913

upgpkg: lua-posix 31-2

Modified:
  lua-posix/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-26 14:50:03 UTC (rev 111912)
+++ PKGBUILD2014-05-26 15:01:34 UTC (rev 111913)
@@ -7,7 +7,7 @@
 
 pkgname=lua-posix
 pkgver=31
-pkgrel=1
+pkgrel=2
 pkgdesc='POSIX library for Lua'
 arch=('x86_64' 'i686')
 url='https://github.com/luaposix/luaposix'