summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-19 15:40:31 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-01-19 15:40:52 +0000
commitf8decb803ea33e20a592e78fdc33a46a65eda620 (patch)
tree9b6c1e57e8381961d4379e2cbf60663c0778c2f1
parent936087055274ac1805a98f5f695bd2f330a0dcf4 (diff)
downloadlorry-f8decb803ea33e20a592e78fdc33a46a65eda620.tar.gz
add ncurses lorry
-rw-r--r--baserock.lorry6
-rw-r--r--lorries/ncurses.lorry8
2 files changed, 14 insertions, 0 deletions
diff --git a/baserock.lorry b/baserock.lorry
index 4bf6e5d..999af54 100644
--- a/baserock.lorry
+++ b/baserock.lorry
@@ -289,6 +289,12 @@
"strip": 1,
"url": "http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.lzma"
},
+ "ncurses": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz"
+ },
"libexpat": {
"type": "cvs",
"url": ":pserver:anonymous@expat.cvs.sourceforge.net:/cvsroot/expat",
diff --git a/lorries/ncurses.lorry b/lorries/ncurses.lorry
new file mode 100644
index 0000000..d352d10
--- /dev/null
+++ b/lorries/ncurses.lorry
@@ -0,0 +1,8 @@
+{
+ "ncurses": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz"
+ }
+}