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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 13:23:48 -0400

================================
texlive-langhungarian:source=2008-1
cvc rdiff texlive-langhungarian -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 13:23:40 2010
    texlive-langhungarian 2008

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

texlive-module-magyar.doc-2008.tar.lzma: new
texlive-module-collection-langhungarian-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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