[arch-commits] Commit in lpeg/repos (8 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:29:49
  Author: anatolik
Revision: 238488

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

Added:
  lpeg/repos/staging-i686/LICENSE
(from rev 238487, lpeg/trunk/LICENSE)
  lpeg/repos/staging-i686/PKGBUILD
(from rev 238487, lpeg/trunk/PKGBUILD)
  lpeg/repos/staging-x86_64/LICENSE
(from rev 238487, lpeg/trunk/LICENSE)
  lpeg/repos/staging-x86_64/PKGBUILD
(from rev 238487, lpeg/trunk/PKGBUILD)
Deleted:
  lpeg/repos/staging-i686/LICENSE
  lpeg/repos/staging-i686/PKGBUILD
  lpeg/repos/staging-x86_64/LICENSE
  lpeg/repos/staging-x86_64/PKGBUILD

-+
 /LICENSE|   14 
 /PKGBUILD   |  158 ++
 staging-i686/LICENSE|7 --
 staging-i686/PKGBUILD   |   79 ---
 staging-x86_64/LICENSE  |7 --
 staging-x86_64/PKGBUILD |   79 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: staging-i686/LICENSE
===
--- staging-i686/LICENSE2015-05-04 20:29:14 UTC (rev 238487)
+++ staging-i686/LICENSE2015-05-04 20:29:49 UTC (rev 238488)
@@ -1,7 +0,0 @@
-Copyright © 2008 Lua.org, PUC-Rio.
-
-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: lpeg/repos/staging-i686/LICENSE (from rev 238487, lpeg/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 20:29:49 UTC (rev 238488)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+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. 

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-05-04 20:29:14 UTC (rev 238487)
+++ staging-i686/PKGBUILD   2015-05-04 20:29:49 UTC (rev 238488)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Gustavo Alvarez sl1pk...@gmail.com
-
-pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
-pkgver=0.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.inf.puc-rio.br/~roberto/lpeg'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-LICENSE)
-md5sums=('fabb614eb46e370d4f6b8fd82d17ca7e'
- 'dccb97b431c3a3ccaacc216c6242e9fd')
-
-prepare() {
-  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
-  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
-
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make LUADIR=/usr/include
-
-  cd $srcdir/$pkgbase-$pkgver-51
-  make LUADIR=/usr/include/lua5.1
-
-  cd $srcdir/$pkgbase-$pkgver-52
-  make LUADIR=/usr/include/lua5.2
-}
-
-check() {
-  msg2 Testing with Lua 5.3
-  cd $srcdir/$pkgbase-$pkgver
-  lua test.lua
-
-  msg2 Testing with Lua 5.1
-  cd 

[arch-commits] Commit in lpeg/repos (8 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:26:52
  Author: anatolik
Revision: 238486

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

Added:
  lpeg/repos/staging-i686/LICENSE
(from rev 238485, lpeg/trunk/LICENSE)
  lpeg/repos/staging-i686/PKGBUILD
(from rev 238485, lpeg/trunk/PKGBUILD)
  lpeg/repos/staging-x86_64/LICENSE
(from rev 238485, lpeg/trunk/LICENSE)
  lpeg/repos/staging-x86_64/PKGBUILD
(from rev 238485, lpeg/trunk/PKGBUILD)
Deleted:
  lpeg/repos/staging-i686/LICENSE
  lpeg/repos/staging-i686/PKGBUILD
  lpeg/repos/staging-x86_64/LICENSE
  lpeg/repos/staging-x86_64/PKGBUILD

-+
 /LICENSE|   14 
 /PKGBUILD   |  158 ++
 staging-i686/LICENSE|7 --
 staging-i686/PKGBUILD   |   79 ---
 staging-x86_64/LICENSE  |7 --
 staging-x86_64/PKGBUILD |   79 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: staging-i686/LICENSE
===
--- staging-i686/LICENSE2015-05-04 20:23:00 UTC (rev 238485)
+++ staging-i686/LICENSE2015-05-04 20:26:52 UTC (rev 238486)
@@ -1,7 +0,0 @@
-Copyright © 2008 Lua.org, PUC-Rio.
-
-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: lpeg/repos/staging-i686/LICENSE (from rev 238485, lpeg/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 20:26:52 UTC (rev 238486)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+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. 

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-05-04 20:23:00 UTC (rev 238485)
+++ staging-i686/PKGBUILD   2015-05-04 20:26:52 UTC (rev 238486)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Gustavo Alvarez sl1pk...@gmail.com
-
-pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
-pkgver=0.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.inf.puc-rio.br/~roberto/lpeg'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-LICENSE)
-md5sums=('fabb614eb46e370d4f6b8fd82d17ca7e'
- 'dccb97b431c3a3ccaacc216c6242e9fd')
-
-prepare() {
-  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
-  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
-
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make LUADIR=/usr/include
-
-  cd $srcdir/$pkgbase-$pkgver-51
-  make LUADIR=/usr/include/lua5.1
-
-  cd $srcdir/$pkgbase-$pkgver-52
-  make LUADIR=/usr/include/lua5.2
-}
-
-check() {
-  msg2 Testing with Lua 5.3
-  cd $srcdir/$pkgbase-$pkgver
-  lua test.lua
-
-  msg2 Testing with Lua 5.1
-  cd 

[arch-commits] Commit in lpeg/repos (8 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 22:23:00
  Author: anatolik
Revision: 238485

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

Added:
  lpeg/repos/staging-i686/LICENSE
(from rev 238484, lpeg/trunk/LICENSE)
  lpeg/repos/staging-i686/PKGBUILD
(from rev 238484, lpeg/trunk/PKGBUILD)
  lpeg/repos/staging-x86_64/LICENSE
(from rev 238484, lpeg/trunk/LICENSE)
  lpeg/repos/staging-x86_64/PKGBUILD
(from rev 238484, lpeg/trunk/PKGBUILD)
Deleted:
  lpeg/repos/staging-i686/LICENSE
  lpeg/repos/staging-i686/PKGBUILD
  lpeg/repos/staging-x86_64/LICENSE
  lpeg/repos/staging-x86_64/PKGBUILD

-+
 /LICENSE|   14 
 /PKGBUILD   |  158 ++
 staging-i686/LICENSE|7 --
 staging-i686/PKGBUILD   |   79 ---
 staging-x86_64/LICENSE  |7 --
 staging-x86_64/PKGBUILD |   79 ---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: staging-i686/LICENSE
===
--- staging-i686/LICENSE2015-05-04 20:22:07 UTC (rev 238484)
+++ staging-i686/LICENSE2015-05-04 20:23:00 UTC (rev 238485)
@@ -1,7 +0,0 @@
-Copyright © 2008 Lua.org, PUC-Rio.
-
-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: lpeg/repos/staging-i686/LICENSE (from rev 238484, lpeg/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 20:23:00 UTC (rev 238485)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+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. 

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-05-04 20:22:07 UTC (rev 238484)
+++ staging-i686/PKGBUILD   2015-05-04 20:23:00 UTC (rev 238485)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Gustavo Alvarez sl1pk...@gmail.com
-
-pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
-pkgver=0.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.inf.puc-rio.br/~roberto/lpeg'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-LICENSE)
-md5sums=('fabb614eb46e370d4f6b8fd82d17ca7e'
- 'dccb97b431c3a3ccaacc216c6242e9fd')
-
-prepare() {
-  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
-  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
-
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make LUADIR=/usr/include
-
-  cd $srcdir/$pkgbase-$pkgver-51
-  make LUADIR=/usr/include/lua5.1
-
-  cd $srcdir/$pkgbase-$pkgver-52
-  make LUADIR=/usr/include/lua5.2
-}
-
-check() {
-  msg2 Testing with Lua 5.3
-  cd $srcdir/$pkgbase-$pkgver
-  lua test.lua
-
-  msg2 Testing with Lua 5.1
-  cd 

[arch-commits] Commit in lpeg/repos (8 files)

2014-04-19 Thread Bartłomiej Piotrowski
Date: Saturday, April 19, 2014 @ 13:41:07
  Author: bpiotrowski
Revision: 211528

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

Added:
  lpeg/repos/extra-i686/
  lpeg/repos/extra-i686/LICENSE
(from rev 211527, lpeg/trunk/LICENSE)
  lpeg/repos/extra-i686/PKGBUILD
(from rev 211527, lpeg/trunk/PKGBUILD)
  lpeg/repos/extra-i686/lpeg-0.12-makefile.patch
(from rev 211527, lpeg/trunk/lpeg-0.12-makefile.patch)
  lpeg/repos/extra-x86_64/
  lpeg/repos/extra-x86_64/LICENSE
(from rev 211527, lpeg/trunk/LICENSE)
  lpeg/repos/extra-x86_64/PKGBUILD
(from rev 211527, lpeg/trunk/PKGBUILD)
  lpeg/repos/extra-x86_64/lpeg-0.12-makefile.patch
(from rev 211527, lpeg/trunk/lpeg-0.12-makefile.patch)

---+
 extra-i686/LICENSE|7 
 extra-i686/PKGBUILD   |   54 
 extra-i686/lpeg-0.12-makefile.patch   |   37 +
 extra-x86_64/LICENSE  |7 
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/lpeg-0.12-makefile.patch |   37 +
 6 files changed, 196 insertions(+)

Copied: lpeg/repos/extra-i686/LICENSE (from rev 211527, lpeg/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2014-04-19 11:41:07 UTC (rev 211528)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+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: lpeg/repos/extra-i686/PKGBUILD (from rev 211527, lpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-19 11:41:07 UTC (rev 211528)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgbase=lpeg
+pkgname=(lua-lpeg lua51-lpeg)
+pkgver=0.12
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.inf.puc-rio.br/~roberto/lpeg'
+license=('MIT')
+makedepends=('lua' 'lua51')
+source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
+lpeg-0.12-makefile.patch
+LICENSE)
+md5sums=('4abb3c28cd8b6565c6a65e88f06c9162'
+ '75ea7deffd790f482c9473ff2e9e1cdf'
+ 'dccb97b431c3a3ccaacc216c6242e9fd')
+
+prepare() {
+  pushd $pkgbase-$pkgver
+  patch -p1 -i ../lpeg-0.12-makefile.patch
+  popd
+
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make
+
+  cd $srcdir/$pkgbase-$pkgver-51
+  make LUADIR=/usr/include/lua5.1
+}
+
+package_lua-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.2'
+  depends=('lua')
+
+  cd $pkgbase-$pkgver
+  install -Dm755 $pkgbase.so $pkgdir/usr/lib/lua/5.2/$pkgbase.so
+  install -Dm644 re.lua $pkgdir/usr/share/lua/5.2/re.lua
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua51-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.1'
+  depends=('lua51')
+
+  cd $pkgbase-$pkgver-51
+  install -Dm755 $pkgbase.so $pkgdir/usr/lib/lua/5.1/$pkgbase.so
+  install -Dm644 re.lua $pkgdir/usr/share/lua/5.1/re.lua
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: lpeg/repos/extra-i686/lpeg-0.12-makefile.patch (from rev 211527, 
lpeg/trunk/lpeg-0.12-makefile.patch)
===
--- extra-i686/lpeg-0.12-makefile.patch (rev 0)
+++ extra-i686/lpeg-0.12-makefile.patch 2014-04-19 11:41:07 UTC (rev 211528)
@@ -0,0 +1,37 @@
+--- lpeg-0.12/makefile
 lpeg-0.12/makefile
+@@ -1,7 +1,7 @@
+ LIBNAME = lpeg
+ LUADIR = /usr/include/lua5.1/
+ 
+-COPT = -O2
++#COPT = -O2
+ # COPT = -DLPEG_DEBUG -g
+ 
+ CWARNS = -Wall -Wextra -pedantic \
+@@ -22,21 +22,21 @@
+ # -Wunreachable-code \
+ 
+ 
+-CFLAGS = $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC
++CFLAGS += $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC
+ CC = gcc
+ 
+ FILES =