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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 05:49:12 -0400

================================
texlive-langafrican:source=2008-1
cvc rdiff texlive-langafrican -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 05:49:00 2010
    texlive-langafrican 2008

texlive-module-fc-2008.tar.lzma: new
texlive-langafrican.recipe: new
--- /dev/null
+++ texlive-langafrican.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 TexliveLangafrican(TexliveModuleRecipe):
+    name = 'texlive-langafrican'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data',
+        ]
+
+    shortDesc  = 'TeXLive African scripts'
+    licenses   = [ 'GPL-2', 'GPL-1' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'ethiop', 'ethiop-t1', 'fc', 'collection-langafrican',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'ethiop.doc', 'ethiop-t1.doc', 'fc.doc',
+        ]
+    # Source modules go into this variable
+    module_src_contents = [
+        'ethiop.source',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')

texlive-module-ethiop-t1-2008.tar.lzma: new
texlive-module-collection-langafrican-2008.tar.lzma: new
texlive-module-ethiop-2008.tar.lzma: new
texlive-module-ethiop-t1.doc-2008.tar.lzma: new
texlive-module-fc.doc-2008.tar.lzma: new
texlive-module-ethiop.doc-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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