From bf37a400f998a59cd68454da9672ee0851bcc06c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 08:44:50 +0200 Subject: [PATCH] move package lua: - no more need, move to pkg-archive branch --- packages/other/lua/build | 21 --------------------- packages/other/lua/url | 1 - 2 files changed, 22 deletions(-) delete mode 100755 packages/other/lua/build delete mode 100644 packages/other/lua/url diff --git a/packages/other/lua/build b/packages/other/lua/build deleted file mode 100755 index 2c8ff11c9d..0000000000 --- a/packages/other/lua/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build readline -$SCRIPTS/build ncurses - -cd $PKG_BUILD -make linux CC="$CC" \ - AR="$AR rcu" \ - RANLIB="$RANLIB" \ - CFLAGS="$CFLAGS -DLUA_USE_LINUX" - -cp src/lua.h src/luaconf.h src/lualib.h src/lauxlib.h "$SYSROOT_PREFIX/usr/include" -cp src/liblua.a "$SYSROOT_PREFIX/usr/lib" - -mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig - cp etc/lua.pc "$SYSROOT_PREFIX/usr/lib/pkgconfig" - -# sed -i "s%^prefix=.*%prefix= $SYSROOT_PREFIX/usr%" "$SYSROOT_PREFIX/usr/lib/pkgconfig/lua.pc" diff --git a/packages/other/lua/url b/packages/other/lua/url deleted file mode 100644 index 6bf549f32f..0000000000 --- a/packages/other/lua/url +++ /dev/null @@ -1 +0,0 @@ -http://www.lua.org/ftp/lua-5.1.4.tar.gz