aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mg
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-02-06 10:52:30 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-16 05:54:59 +0100
commit1b6add994684cea82024e3389e559879118e16a4 (patch)
tree5328da87c29ad13509557b4d35f0546e543dead4 /meta-oe/recipes-support/mg
parent47af9479e3628641b7d290f9c48c85195dbc55c2 (diff)
downloadmeta-openembedded-contrib-1b6add994684cea82024e3389e559879118e16a4.tar.gz
mg: add recipe for version 20110905
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mg')
-rw-r--r--meta-oe/recipes-support/mg/mg_20110905.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mg/mg_20110905.bb b/meta-oe/recipes-support/mg/mg_20110905.bb
new file mode 100644
index 0000000000..7a6a1c75e9
--- /dev/null
+++ b/meta-oe/recipes-support/mg/mg_20110905.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A portable version of the mg maintained by the OpenBSD team"
+HOMEPAGE = "http://homepage.boetes.org/software/mg/"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://version.c;md5=811e1b67a5cd60c12b218a2b7c1adbf2"
+DEPENDS = "ncurses"
+SECTION = "console/editors"
+
+SRC_URI = "http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "2de35316fa8ebafe6003efaae70b723e"
+SRC_URI[sha256sum] = "1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229"
+
+do_configure () {
+ sed -i Makefile.in -e 's,^prefix=.*,prefix=${prefix},'
+ ./configure
+}
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}