[weasel-commit] Source: buildpackage=1-6

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

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

buildpackage.recipe: new
--- /dev/null
+++ buildpackage.recipe
@@ -0,0 +22 @@
+#
+# 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 BuildPackageRecipe(PackageRecipe):
+    name = 'buildpackage'
+    version = '1'
+    abstractBaseClass = 1
+    buildRequires = [
+        'coreutils:runtime',
+        'make:runtime',
+        'mktemp:runtime',
+        # all the rest of these are for configure
+        'file:runtime',
+        'findutils:runtime',
+        'gawk:runtime',
+        'grep:runtime',
+        'sed:runtime',
+        'diffutils:runtime',
+    ]


Committed by: brcha

Other related posts: