From c3417b96b30d2bf77cccf960a13d4e920c1dba15 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 1 Apr 2015 19:24:39 +0000 Subject: main/lua5.3: move to main --- testing/lua5.3/APKBUILD | 144 ------------------------------ testing/lua5.3/lua-5.3-make.patch | 74 --------------- testing/lua5.3/lua-5.3-module_paths.patch | 27 ------ 3 files changed, 245 deletions(-) delete mode 100644 testing/lua5.3/APKBUILD delete mode 100644 testing/lua5.3/lua-5.3-make.patch delete mode 100644 testing/lua5.3/lua-5.3-module_paths.patch (limited to 'testing') diff --git a/testing/lua5.3/APKBUILD b/testing/lua5.3/APKBUILD deleted file mode 100644 index 153aab6e5c..0000000000 --- a/testing/lua5.3/APKBUILD +++ /dev/null @@ -1,144 +0,0 @@ -# Maintainer: Natanael Copa -pkgname=lua5.3 -pkgver=5.3.0 -_luaver=${pkgname#lua} -pkgrel=1 -pkgdesc="Powerful light-weight programming language" -url="http://www.lua.org/" -arch="all" -license="MIT" -depends= -ldpath="/usr/lib/$pkgname" -makedepends="libtool autoconf automake" -subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -source="http://www.lua.org/ftp/lua-$pkgver.tar.gz - lua-5.3-make.patch - lua-5.3-module_paths.patch - " - -_builddir="$srcdir"/lua-$pkgver -prepare() { - cd "$_builddir" - for i in $source; do - case $i in - patch*|*.patch) - msg "Applying $i" - patch -p1 -i "$srcdir"/$i || return 1 - ;; - esac - done - - # disable readline - sed -i -e '/#define LUA_USE_READLINE/d' src/luaconf.h - - # we use libtool - cat >configure.ac < "$pkgdir"/usr/lib/pkgconfig/lua$_luaver.pc <