~ubuntu-branches/ubuntu/raring/tolua++/raring

« back to all changes in this revision

Viewing changes to debian/custom.py

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-07-21 16:13:54 UTC
  • Revision ID: james.westby@ubuntu.com-20090721161354-a5t2nwtxm7f5j6hj
Tags: 1.0.93+repack-0ubuntu1
* Initial release (LP: #401634):
  - remove debian subdirectory from upstream tarball,
    recompress it as .tar.gz and reversion as +repack.
  - patch upstream version number to 1.0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-g', '-D_REENTRANT', '-fPIC']
 
2
LIBPATH = ['/usr/lib']
 
3
LIBS = ['lua5.1']
 
4
prefix = '/usr'
 
5
build_dev = 1
 
6
#shared = 1
 
7
tolua_bin = 'tolua++5.1'
 
8
tolua_lib = 'tolua++5.1'
 
9
TOLUAPP = 'tolua++5.1'