Some fixes. Debian packeges still not working.

git-svn-id: file:///var/svn/lua-iconv/trunk@42 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2007-04-22 18:06:06 +00:00
parent b9b790cee8
commit a4a7dd739a
2 changed files with 16 additions and 2 deletions

View File

@ -7,7 +7,7 @@ CLIB_OBJS=iconv.lo
VERSION_INFO=0:0:0 VERSION_INFO=0:0:0
### things relative to the lua library part ### things relative to the lua library part
LUA_HEADER=iconv.h LUA_HEADER=
LUA_SOURCES= LUA_SOURCES=
LUA_MODNAME=iconv LUA_MODNAME=iconv
LUA_TEST=test_iconv.lua LUA_TEST=test_iconv.lua
@ -18,3 +18,17 @@ PKG_LIBS_PRIVATE=
PKG_URL=http://lua-iconv.luaforge.net/ PKG_URL=http://lua-iconv.luaforge.net/
PKG_REQUIRES= PKG_REQUIRES=
PKG_CONFLICTS= PKG_CONFLICTS=
### In addition, to gather flexibility, you can set these hooks
### (called in this order)
pre-all-hook::
post-all-hook::
pre-test-hook::
pre-lua-dynamic-test-hook::
pre-dynamic-link-hook::
pre-app-dynamic-test-hook::
pre-static-link-hook::
pre-app-static-test-hook::
post-test-hook::
pre-install-hook::
post-install-hook::

View File

@ -1 +1 @@
doc/us README