Browse Source

giftnuss:


			
			
				rocklinux
			
			
		
Sebastian Knapp 16 years ago
parent
commit
bceff4f895
2 changed files with 11 additions and 3 deletions
  1. +9
    -1
      package/blindcoder/lua/lua.conf
  2. +2
    -2
      package/blindcoder/lua/lua.desc

+ 9
- 1
package/blindcoder/lua/lua.conf

@ -20,4 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
premake="sed -e \"s,INSTALL_ROOT=.*,INSTALL_ROOT=${root}/${prefix},g\" -i config"
premake="sed -e \"s,INSTALL_TOP=.*,INSTALL_TOP=${root}/${prefix},g\" -i Makefile"
var_append makeopt " " "linux"
install_lua_pkg_config () {
sed -i "s,/usr/local,${root}/${prefix},g" etc/lua.pc
cp etc/lua.pc /usr/lib/pkgconfig
}
hook_add postinstall 3 "install_lua_pkg_config"

+ 2
- 2
package/blindcoder/lua/lua.desc

@ -44,7 +44,7 @@
[L] MIT
[S] Stable
[V] 5.1.1
[V] 5.1.4
[P] X -----5---9 199.600
[D] 3614969925 lua-5.1.1.tar.gz http://www.lua.org/ftp/
[D] 2070109183 lua-5.1.4.tar.gz http://www.lua.org/ftp/

Loading…
Cancel
Save