[weasel-commit] Source: autopackage=1-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Jun 2010 10:25:49 -0400

================================
autopackage:source=1-1
cvc rdiff autopackage -1 /weasel.rpath.org@wgl:3-devel/1-1
================================
1-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 17 10:25:45 2010
    Promote superclases to weasel

autopackage.recipe: new
--- /dev/null
+++ autopackage.recipe
@@ -0,0 +29 @@
+#
+# Copyright (c) 2008 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+class AutoPackageRecipe(CPackageRecipe):
+    name = 'autopackage'
+    version = '1'
+
+    abstractBaseClass = 1
+
+    def setup(r):
+        r.unpack()
+        r.configure()
+        r.make()
+        r.makeinstall()
+        r.policy()
+
+    def unpack(r):
+        pass
+    def configure(r):
+        r.Configure()
+    def make(r):
+        r.Make()
+    def makeinstall(r):
+        r.MakeInstall()
+    def policy(r):
+        pass


Committed by: brcha

Other related posts:

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