[weasel-commit] Source: emovix=0.9.0-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Mon, 14 Jun 2010 09:13:32 -0400

================================
emovix:source=0.9.0-1
cvc rdiff emovix -1 /weasel.rpath.org@wgl:3-devel/0.9.0-1
================================
0.9.0-1 Filip Brcic (brcha@xxxxxxxxxxxx) Mon Jun 14 09:12:17 2010
    emovix 0.9.0

emovix-0.9.0.tar.gz: new
emovix.recipe: new
--- /dev/null
+++ emovix.recipe
@@ -0,0 +23 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+class Emovix(AutoPackageRecipe):
+    name = 'emovix'
+    version = '0.9.0'
+
+    buildRequires = [
+        'cdrtools:runtime', 'perl:devellib',
+        ]
+
+    shortDesc  = 'Micro Linux distro to boot from a CD and play every video 
file from the CD root'
+    url        = 'http://movix.sourceforge.net'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Media/Video' ]
+
+    def unpack(r):
+        r.addArchive('mirror://sourceforge/movix/')
+
+    def policy(r):
+        r.Requires('cdrecord:runtime', '%(bindir)s/')


Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: emovix=0.9.0-1 - rbuilder