mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-22 20:24:36 +02:00
Fixing makefile and version bump
git-svn-id: file:///var/svn/lua-iconv/trunk@65 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
parent
746bd38b96
commit
5fdb4e6ebe
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ iconv.so: iconv.lo
|
||||
|
||||
install: iconv.so
|
||||
make test
|
||||
install -D -s iconv.so $(INSTALL_PATH)/iconv.so
|
||||
install -D -s iconv.so $(DESTDIR)/$(INSTALL_PATH)/iconv.so
|
||||
|
||||
clean:
|
||||
$(RM) iconv.so iconv.lo
|
||||
|
2
README
2
README
@ -12,7 +12,7 @@ sequence of corresponding characters in another codeset. The codesets
|
||||
are those specified in the iconv.new() call that returned the conversion
|
||||
descriptor, cd.
|
||||
|
||||
Lua-iconv 5 *requires* Lua 5.1. If you are using Lua 5.0, please use the
|
||||
Lua-iconv 6 *requires* Lua 5.1. If you are using Lua 5.0, please use the
|
||||
first release (lua-iconv-r1).
|
||||
|
||||
Details regarding iconv may be obtained from:
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#define LIB_NAME "iconv"
|
||||
#define LIB_VERSION LIB_NAME " 5"
|
||||
#define LIB_VERSION LIB_NAME " 6"
|
||||
#define ICONV_TYPENAME "iconv_t"
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACKAGE=lua-iconv
|
||||
VERSION=5
|
||||
VERSION=6
|
||||
|
||||
DIRNAME=$PACKAGE-$VERSION
|
||||
TGZNAME=$DIRNAME.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user