[arch-commits] Commit in luaexpat/trunk (PKGBUILD config.51 config.53)

Sergej Pupykin spupykin at archlinux.org
Tue May 5 12:48:19 UTC 2015


    Date: Tuesday, May 5, 2015 @ 14:48:19
  Author: spupykin
Revision: 132785

Modified:
  luaexpat/trunk/PKGBUILD
Deleted:
  luaexpat/trunk/config.51
  luaexpat/trunk/config.53

-----------+
 PKGBUILD  |   10 ++--------
 config.51 |   26 --------------------------
 config.53 |   26 --------------------------
 3 files changed, 2 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 12:47:37 UTC (rev 132784)
+++ PKGBUILD	2015-05-05 12:48:19 UTC (rev 132785)
@@ -11,12 +11,8 @@
 url='http://matthewwild.co.uk/projects/luaexpat/'
 license=('MIT')
 makedepends=('gcc' 'lua' 'lua51' 'expat')
-source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz"
-	    'config.51'
-	    'config.53')
-md5sums=('3c20b5795e7107f847f8da844fbfe2da'
-         '64abbf5b602e0e31b68db2925a5e6b2f'
-         '7d5618fe79b110c34fac530744d72495')
+source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz")
+md5sums=('3c20b5795e7107f847f8da844fbfe2da')
 
 build() {
   # 5.1
@@ -23,12 +19,10 @@
   msg2 "Building $pkgbase with lua 5.1"
   cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51
   cd $pkgbase-$pkgver-51
-#  cp -L "$srcdir/config.51" config
   make LUA_V=5.1
   # 5.3
   msg2 "Building $pkgbase with lua 5.3"
   cd "$srcdir/$pkgbase-$pkgver"
-#  cp -L "$srcdir/config.53" config
   make LUA_V=5.3 CFLAGS='-DLUA_32BITS'
 }
 

Deleted: config.51
===================================================================
--- config.51	2015-05-05 12:47:37 UTC (rev 132784)
+++ config.51	2015-05-05 12:48:19 UTC (rev 132785)
@@ -1,26 +0,0 @@
-LUA_LIBDIR= usr/lib/lua/5.1
-LUA_DIR= usr/share/lua/5.1
-LUA_INC= /usr/include/lua5.1
-EXPAT_INC= /usr/include
-
-# OS dependent
-LIB_OPTION= -shared
-
-LIBNAME= $T.so.$V
-LUA_VERSION_NUM= 515
-COMPAT_DIR= ../compat/src
-
-# Compilation parameters
-CWARNS = -Wall -pedantic \
-        -Waggregate-return \
-        -Wcast-align \
-        -Wmissing-prototypes \
-        -Wstrict-prototypes \
-        -Wnested-externs \
-        -Wpointer-arith \
-        -Wshadow \
-        -Wwrite-strings
-
-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
-   -I$(COMPAT_DIR) -I$(EXPAT_INC) -fPIC
-CC = gcc

Deleted: config.53
===================================================================
--- config.53	2015-05-05 12:47:37 UTC (rev 132784)
+++ config.53	2015-05-05 12:48:19 UTC (rev 132785)
@@ -1,26 +0,0 @@
-LUA_LIBDIR= usr/lib/lua
-LUA_DIR= usr/share/lua
-LUA_INC= /usr/include
-EXPAT_INC= /usr/include
-
-# OS dependent
-LIB_OPTION= -shared
-
-LIBNAME= $T.so.$V
-LUA_VERSION_NUM= 530
-COMPAT_DIR= ../compat/src
-
-# Compilation parameters
-CWARNS = -Wall -pedantic \
-        -Waggregate-return \
-        -Wcast-align \
-        -Wmissing-prototypes \
-        -Wstrict-prototypes \
-        -Wnested-externs \
-        -Wpointer-arith \
-        -Wshadow \
-        -Wwrite-strings
-
-CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
-   -I$(COMPAT_DIR) -I$(EXPAT_INC) -fPIC -DLUA_32BITS
-CC = gcc



More information about the arch-commits mailing list