[weasel-commit] Source: package=1-8

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

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

package.recipe: new
--- /dev/null
+++ package.recipe
@@ -0,0 +25 @@
+#
+# 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
+#
+
+from conary.build.packagerecipe import SourcePackageRecipe
+
+class PackageRecipe(SourcePackageRecipe, BaseRequiresRecipe):
+    name = 'package'
+    version = '1'
+    abstractBaseClass = 1
+    buildRequires = [
+        'bzip2:runtime',
+        'gzip:runtime',
+        'tar:runtime',
+        'cpio:runtime',
+        'patch:runtime',
+
+        # Add for perl dep discovery
+        'perl:lib',
+
+        # Add for initscript tagging
+        'chkconfig:runtime',
+    ]


Committed by: brcha

Other related posts:

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