[Foresight-commits] Source: cpackage=1-1

rbuilder@rpath.com rbuilder at rpath.com
Sun Mar 1 21:30:11 UTC 2009


================================
cpackage:source=1-1
cvc rdiff cpackage -1 /foresight.rpath.org at fl:2-devel/1-1
================================
1-1 Michael Tharp (mtharp at rpath.com) Sun Mar  1 16:30:09 2009
    Initial checkin
    
conaryrc: new
--- /dev/null
+++ conaryrc
@@ -0,0 +3 @@
+autoLoadRecipes []
+autoLoadRecipes baserequires:recipe=foresight.rpath.org at fl:2-devel
+autoLoadRecipes package:recipe=foresight.rpath.org at fl:2-devel

cpackage.recipe: new
--- /dev/null
+++ cpackage.recipe
@@ -0,0 +27 @@
+#
+# Copyright (c) 2009 Foresight Linux
+# 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 CPackageRecipe(BuildPackageRecipe):
+    name = 'cpackage'
+    version = '1'
+    abstractBaseClass = 1
+    buildRequires = [
+        'binutils:runtime',
+        'binutils:lib',
+        'binutils:devellib',
+        'gcc:runtime',
+        'gcc:lib',
+        'gcc:devel',
+        'gcc:devellib',
+        'glibc:runtime',
+        'glibc:lib',
+        'glibc:devellib',
+        'glibc:devel',
+        'libgcc:lib',
+        'libgcc:devellib',
+        'debugedit:runtime',
+        'elfutils:runtime',
+    ]


Committed by: gxti


More information about the Foresight-commits mailing list