diff options
| -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 0000000000..7a6a1c75e9 --- /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 | } | ||
