lua-iconv/debian/Makefile.Debian.conf
Alexandre Erwin Ittner cb9c689d48 Fixing according to a mail from Enrico Tassi.
git-svn-id: file:///var/svn/lua-iconv/trunk@43 9538949d-8f27-0410-946f-ce01ef448559
2007-04-24 01:14:29 +00:00

35 lines
773 B
Makefile

PKG_NAME=iconv
### things relative to the C library part
CLIB_CFLAGS=
CLIB_LDFLAGS=
CLIB_OBJS=luaiconv.lo
VERSION_INFO=0:0:0
### things relative to the lua library part
LUA_HEADER=
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=
### 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::