debian/Makefile.Debian.conf

changeset 7
30c2491fe44a
parent 6
51b85d631863
child 8
2e4c960a4e4a
equal deleted inserted replaced
6:51b85d631863 7:30c2491fe44a
1 PKG_NAME=expat
2
3 ### things relative to the C library part
4 CLIB_CFLAGS= -I src/
5 CLIB_LDFLAGS= -lexpat
6 CLIB_OBJS= src/lxplib.lo
7 VERSION_INFO=0:0:0
8
9 ### things relative to the lua library part
10 LUA_HEADER=src/lxplib.h
11 LUA_SOURCES=src/lxp
12 LUA_MODNAME=lxp
13 LUA_TEST=/usr/bin/shake tests/test.lua
14
15 ### this part is relative to pkg-config
16 PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
17 PKG_LIBS_PRIVATE=
18 PKG_URL=http://luaforge.net/projects/luaexpat/
19 PKG_REQUIRES=
20 PKG_CONFLICTS=

mercurial