~ubuntu-branches/ubuntu/wily/lua-lgi/wily-proposed

« back to all changes in this revision

Viewing changes to debian/lua5.1.dh-lua.conf

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-04-02 13:16:07 UTC
  • Revision ID: package-import@ubuntu.com-20120402131607-p2r8kwm4fegb27ss
Tags: 0.4+29+g74cbbb1-1
Initial release. (Closes: #657968)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### mandatory fields
 
2
PKG_NAME=lgi
 
3
 
 
4
### things relative to the C library part
 
5
CLIB_CFLAGS=$(shell pkg-config gobject-introspection-1.0 --cflags)
 
6
CLIB_LDFLAGS=$(shell pkg-config gobject-introspection-1.0 --libs)
 
7
CLIB_LDFLAGS_STATIC=$(shell pkg-config gobject-introspection-1.0 --libs --static)
 
8
CLIB_OBJS=$(patsubst %.c,%.lo, $(wildcard lgi/*.c))
 
9
LUA_MODNAME_CPART=lgi.corelgilua51
 
10
 
 
11
### things relative to the lua library part
 
12
LUA_HEADER=
 
13
LUA_SOURCES=lgi.lua $(wildcard lgi/*.lua) $(wildcard lgi/override/*.lua) 
 
14
LUA_MODNAME=lgi
 
15
LUA_TEST=tests/test.lua
 
16
 
 
17
### this part is relative to pkg-config
 
18
PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
 
19
PKG_LIBS_PRIVATE=
 
20
PKG_URL=https://github.com/pavouk/lgi
 
21
PKG_REQUIRES=gobject-introspection-1.0
 
22
PKG_CONFLICTS=