wok-4.x rev 643
lua: desktop file and icon + missing lua.pc in devel pkg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 16:25:57 2008 +0200 (2008-04-22) |
parents | d4e0c1971cf4 |
children | 3c49a36cd5e3 |
files | lua-dev/receipt lua/stuff/lua.desktop lua/stuff/lua.png |
line diff
1.1 --- a/lua-dev/receipt Tue Apr 22 15:44:28 2008 +0200 1.2 +++ b/lua-dev/receipt Tue Apr 22 16:25:57 2008 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib $fs/usr/include 1.8 + mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include 1.9 # include 1.10 for i in lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp 1.11 do 1.12 @@ -19,5 +19,6 @@ 1.13 done 1.14 # liblua.a 1.15 cp -a $src/src/liblua.a $fs/usr/lib 1.16 + cp -a $src/etc/lua.pc $fs/usr/lib/pkgconfig 1.17 } 1.18
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/lua/stuff/lua.desktop Tue Apr 22 16:25:57 2008 +0200 2.3 @@ -0,0 +1,8 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Lua interpreter 2.7 +Terminal=true 2.8 +Exec=xterm -e lua 2.9 +Icon=lua.png 2.10 +Type=Application 2.11 +Categories=Development;
3.1 Binary file lua/stuff/lua.png has changed