~ubuntu-branches/ubuntu/quantal/genometools/quantal-backports

« back to all changes in this revision

Viewing changes to src/external/cgilua-5.1.3/rockspec/cgilua-5.1.2-2.rockspec

  • Committer: Package Import Robot
  • Author(s): Sascha Steinbiss
  • Date: 2012-07-09 14:10:23 UTC
  • Revision ID: package-import@ubuntu.com-20120709141023-juuu4spm6chqsf9o
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package = "CGILua"
 
2
 
 
3
version = "5.1.2-2"
 
4
 
 
5
source = {
 
6
   url = "http://luaforge.net/frs/download.php/3398/cgilua-5.1.2.tar.gz"
 
7
}
 
8
 
 
9
description = {
 
10
   summary = "Tool for creating dynamic Web pages and manipulating data from Web forms",
 
11
   detailed = [[
 
12
      CGILua allows the separation of logic and data handling from the
 
13
      generation of pages, making it easy to develop web applications with
 
14
      Lua. CGILua can be used with a variety of Web servers and, for each
 
15
      server, with different launchers. A launcher is responsible for the
 
16
      interaction of CGILua and the Web server, for example using ISAPI on
 
17
      IIS or mod_lua on Apache. 
 
18
   ]]
 
19
}
 
20
 
 
21
dependencies = {
 
22
   "lua >= 5.1",
 
23
   "luafilesystem >= 1.4.1",
 
24
}
 
25
 
 
26
build = {
 
27
   type = "make",
 
28
   build_pass = false,
 
29
   install_target = "install",
 
30
   install_variables = {
 
31
      LUA_DIR = "$(LUADIR)"
 
32
   }
 
33
}