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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 06:22:29 -0400

================================
texlive-langcroatian:source=2008-1
cvc rdiff texlive-langcroatian -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 06:22:21 2010
    texlive-langcroatian 2008

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


Committed by: brcha

Other related posts:

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