summaryrefslogtreecommitdiff
path: root/speech-scm-1.rockspec
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-25 12:56:45 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-25 12:56:45 +0800
commita74183ddb4ab8383bfe214b3745eb8a0a99ee47a (patch)
treed5e69cf8c4c2db2e3a4722778352fc3c95953bb2 /speech-scm-1.rockspec
parentb6301089cde20f4c825c7f5deaf179082aad63da (diff)
let HTK I/O implementation be a single package
Diffstat (limited to 'speech-scm-1.rockspec')
-rw-r--r--speech-scm-1.rockspec38
1 files changed, 0 insertions, 38 deletions
diff --git a/speech-scm-1.rockspec b/speech-scm-1.rockspec
deleted file mode 100644
index bf11cbc..0000000
--- a/speech-scm-1.rockspec
+++ /dev/null
@@ -1,38 +0,0 @@
-package = "speech"
-version = "scm-1"
-source = {
- url = "..." -- We don't have one yet
-}
-description = {
- summary = "An example for the LuaRocks tutorial.",
- detailed = [[
- ]],
- homepage = "https://github.com/Determinant/nerv-speech", -- We don't have one yet
- license = "BSD" -- or whatever you like
-}
-dependencies = {
- "nerv >= scm-1",
- "lua >= 5.1"
- -- If you depend on other rocks, add them here
-}
-build = {
- -- We'll start here.
- type = "make",
- build_variables = {
- CFLAGS="$(CFLAGS)",
- LIBFLAG="$(LIBFLAG)",
- LUA_LIBDIR="$(LUA_LIBDIR)",
- LUA_BINDIR="$(LUA_BINDIR)",
- LUA_INCDIR="$(LUA_INCDIR)",
- INST_PREFIX="$(PREFIX)",
- LUA="$(LUA)",
- },
- install_variables = {
- LUA_BINDIR="$(LUA_BINDIR)",
- INST_PREFIX="$(PREFIX)",
- INST_BINDIR="$(BINDIR)",
- INST_LIBDIR="$(LIBDIR)",
- INST_LUADIR="$(LUADIR)",
- INST_CONFDIR="$(CONFDIR)",
- },
-}