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

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

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

texlive-langhebrew.recipe: new
--- /dev/null
+++ texlive-langhebrew.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 TexliveLanghebrew(TexliveModuleRecipe):
+    name = 'texlive-langhebrew'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data',
+        ]
+
+    shortDesc  = 'TeXLive Hebrew'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'cjhebrew', 'collection-langhebrew',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'cjhebrew.doc',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')

texlive-module-cjhebrew-2008.tar.lzma: new
texlive-module-cjhebrew.doc-2008.tar.lzma: new
texlive-module-collection-langhebrew-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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