~ubuntu-branches/ubuntu/trusty/lua-sec/trusty

« back to all changes in this revision

Viewing changes to debian/dh-lua.conf

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-05-06 18:54:04 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120506185404-n2o0skp5b422eaxf
Tags: 0.4-8
Clean up samples directory (Closes: #670007)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LUA_VERSION=5.1
 
2
PKG_NAME=sec
 
3
CLIB_CFLAGS=$(shell pkg-config --cflags libssl)
 
4
CLIB_LDFLAGS=$(shell pkg-config --libs libssl)
 
5
CLIB_LDFLAGS_STATIC=$(shell pkg-config --libs libssl --static)
 
6
CLIB_OBJS= src/buffer.lo src/context.lo src/io.lo src/ssl.lo src/timeout.lo src/usocket.lo
 
7
LUA_MODNAME_CPART=ssl.core
 
8
LUA_SOURCES=$(wildcard src/*.lua)
 
9
LUA_SOURCES_MANGLER=sed -e s?^src/?ssl/? -e s?^ssl/ssl.lua?ssl.lua?
 
10
LUA_MODNAME=ssl
 
11
LUA_TEST=cd samples/certs/ && sh rootA.sh && sh clientA.sh && sh serverA.sh && cd ../.. && @@LUA@@ test.lua && rm -f samples/certs/*.pem samples/certs/*.srl
 
12
PKG_REQUIRES=libssl
 
13
 
 
14
# backward compatibility stuff
 
15
VERSION_INFO=1:0:0