diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-02-06 10:52:30 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:54:59 +0100 |
commit | 1b6add994684cea82024e3389e559879118e16a4 (patch) | |
tree | 5328da87c29ad13509557b4d35f0546e543dead4 /meta-oe/recipes-support | |
parent | 47af9479e3628641b7d290f9c48c85195dbc55c2 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-support/mg/mg_20110905.bb | 20 |
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 000000000..7a6a1c75e --- /dev/null +++ b/meta-oe/recipes-support/mg/mg_20110905.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "A portable version of the mg maintained by the OpenBSD team" | ||
2 | HOMEPAGE = "http://homepage.boetes.org/software/mg/" | ||
3 | LICENSE = "PD" | ||
4 | LIC_FILES_CHKSUM = "file://version.c;md5=811e1b67a5cd60c12b218a2b7c1adbf2" | ||
5 | DEPENDS = "ncurses" | ||
6 | SECTION = "console/editors" | ||
7 | |||
8 | SRC_URI = "http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "2de35316fa8ebafe6003efaae70b723e" | ||
11 | SRC_URI[sha256sum] = "1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229" | ||
12 | |||
13 | do_configure () { | ||
14 | sed -i Makefile.in -e 's,^prefix=.*,prefix=${prefix},' | ||
15 | ./configure | ||
16 | } | ||
17 | |||
18 | do_install () { | ||
19 | oe_runmake install DESTDIR=${D} | ||
20 | } | ||