summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-06-29 11:08:02 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-06-29 11:08:02 +0100
commit3f0f735283d2d6c2bcd17e33ea9478f5c41b606d (patch)
treea1915d6b85accafe6374fa47d72c336f354168b0
parentf83216ddf5d204abba038f829ed393e62b94b662 (diff)
downloadmorphs-3f0f735283d2d6c2bcd17e33ea9478f5c41b606d.tar.gz
Temporary devel morph
-rw-r--r--tmp-devel.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/tmp-devel.morph b/tmp-devel.morph
new file mode 100644
index 0000000..1565096
--- /dev/null
+++ b/tmp-devel.morph
@@ -0,0 +1,25 @@
+{
+ "name": "devel",
+ "description": "The set of programs that, when combined with foundation, are able to build devel and foundation. This is somewhat analogous to debian's build-essential",
+ "kind": "stratum",
+ "sources": [
+ {
+ "name": "acl",
+ "repo": "upstream:acl",
+ "ref": "master",
+ "build-depends": [ ]
+ },
+ {
+ "name": "lzo",
+ "repo": "upstream:lzo",
+ "ref": "master",
+ "build-depends": [ ]
+ },
+ {
+ "name": "mtd-utils",
+ "repo": "upstream:mtd-utils",
+ "ref": "baserock/morph",
+ "build-depends": [ "acl", "lzo" ]
+ }
+ ]
+}