Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

6
srcpkgs/lua/lua.rshlibs Normal file
View File

@@ -0,0 +1,6 @@
libm.so.6
libdl.so.2
libreadline.so.6
libhistory.so.6
libncursesw.so.6
libc.so.6

View File

@@ -3,6 +3,7 @@ pkgname=lua
version=5.1.4
patch_args="-Np1"
distfiles="http://www.lua.org/ftp/$pkgname-$version.tar.gz"
revision=1
short_desc="Lua is a powerful, fast, lightweight, embeddable scripting language."
maintainer="Robert Djubek <envy1988@gmail.com>"
homepage="http://www.lua.org"
@@ -18,9 +19,6 @@ rapid prototyping."
subpackages="lua-devel"
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency run readline
Add_dependency build ncurses-devel
Add_dependency build readline-devel