From: Michael Tremer Date: Fri, 3 Sep 2010 18:02:57 +0000 (+0200) Subject: lua: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3264ace318c87405d49cb3cc250da47d6c7e82;p=ipfire-3.x.git lua: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/lua/lua.nm b/pkgs/core/lua/lua.nm index d8ac16dd1..7a36b44f2 100644 --- a/pkgs/core/lua/lua.nm +++ b/pkgs/core/lua/lua.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.lua.org/ PKG_LICENSE = MIT PKG_SUMMARY = Powerful light-weight programming language. -PKG_BUILD_DEPS+= autoconf automake libtool -PKG_DEPS += ncurses readline +PKG_BUILD_DEPS+= autoconf automake libtool ncurses-devel readline-devel define PKG_DESCRIPTION Lua is a powerful light-weight programming language designed for \ @@ -50,6 +49,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs + define STAGE_PREPARE_CMDS cd $(DIR_APP) && chmod u+x autogen.sh config.guess config.sub configure \ depcomp install-sh missing