[weasel-commit] Source: texlive-langtibetan=2008-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 16:01:31 -0400

================================
texlive-langtibetan:source=2008-1
cvc rdiff texlive-langtibetan -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 16:01:24 2010
    texlive-langtibetan 2008

texlive-module-collection-langtibetan-2008.tar.lzma: new
texlive-module-otibet.doc-2008.tar.lzma: new
texlive-langtibetan.recipe: new
--- /dev/null
+++ texlive-langtibetan.recipe
@@ -0,0 +33 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveLangtibetan(TexliveModuleRecipe):
+    name = 'texlive-langtibetan'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data',
+        ]
+
+    shortDesc  = 'TeXLive Tibetan'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'ctib', 'otibet', 'collection-langtibetan',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'ctib.doc', 'otibet.doc',
+        ]
+    # Source modules go into this variable
+    module_src_contents = [
+        'ctib.source', 'otibet.source',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')

texlive-module-ctib-2008.tar.lzma: new
texlive-module-ctib.doc-2008.tar.lzma: new
texlive-module-otibet-2008.tar.lzma: new

Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: texlive-langtibetan=2008-1 - rbuilder