[weasel-commit] Source: texlive-documentation-vietnamese=2008-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 04 Jun 2010 20:40:24 -0400

================================
texlive-documentation-vietnamese:source=2008-1
cvc rdiff texlive-documentation-vietnamese -1 
/weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Fri Jun  4 20:40:17 2010
    texlive-documentation-vietnamese 2008

texlive-module-collection-documentation-vietnamese-2008.tar.lzma: new
texlive-module-amsldoc-vn.doc-2008.tar.lzma: new
texlive-module-amsldoc-vn-2008.tar.lzma: new
texlive-module-ntheorem-vn.doc-2008.tar.lzma: new
texlive-module-ntheorem-vn-2008.tar.lzma: new
texlive-module-lshort-vietnamese.doc-2008.tar.lzma: new
texlive-module-lshort-vietnamese-2008.tar.lzma: new
texlive-documentation-vietnamese.recipe: new
--- /dev/null
+++ texlive-documentation-vietnamese.recipe
@@ -0,0 +30 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveDocumentationVietnamese(TexliveModuleRecipe):
+    name = 'texlive-documentation-vietnamese'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-documentation-base:data',
+        ]
+
+    shortDesc  = 'TeXLive Vietnamese documentation'
+    licenses   = [ 'GPL-2', 'LPPL-1.3' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'amsldoc-vn', 'lshort-vietnamese', 'ntheorem-vn',
+        'collection-documentation-vietnamese',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'amsldoc-vn.doc', 'lshort-vietnamese.doc', 'ntheorem-vn.doc',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-documentation-base:data')


Committed by: brcha

Other related posts:

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