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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 15:41:02 -0400

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

texlive-module-hyphen-norwegian-2008.tar.lzma: new
texlive-module-collection-langnorwegian-2008.tar.lzma: new
texlive-langnorwegian.recipe: new
--- /dev/null
+++ texlive-langnorwegian.recipe
@@ -0,0 +25 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveLangnorwegian(TexliveModuleRecipe):
+    name = 'texlive-langnorwegian'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data',
+        ]
+
+    shortDesc  = 'TeXLive Norwegian'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'hyphen-norwegian', 'collection-langnorwegian',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')


Committed by: brcha

Other related posts:

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