mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
21 lines
453 B
Makefile
21 lines
453 B
Makefile
PKG_NAME=iconv
|
|
|
|
### things relative to the C library part
|
|
CLIB_CFLAGS=
|
|
CLIB_LDFLAGS=
|
|
CLIB_OBJS= iconv.lo
|
|
VERSION_INFO=0:0:0
|
|
|
|
### things relative to the lua library part
|
|
LUA_HEADER=iconv.h
|
|
LUA_SOURCES=
|
|
LUA_MODNAME=iconv
|
|
LUA_TEST=test_iconv.lua
|
|
|
|
### this part is relative to pkg-config
|
|
PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
|
|
PKG_LIBS_PRIVATE=
|
|
PKG_URL=http://lua-iconv.luaforge.net/
|
|
PKG_REQUIRES=
|
|
PKG_CONFLICTS=
|