aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mg/mg_20090107.bb
blob: 2340f1c4b36983381ec2e80c462d9bbb93f8f1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team"
HOMEPAGE = "http://homepage.boetes.org/software/mg/"
LICENSE = "public domain"
SECTION = "console/editors"
DEPENDS = "ncurses"
PR = "r0"

SRC_URI = "http://homepage.boetes.org/software/mg/${PN}-${PV}.tar.gz \
           file://patches/000-fix-Makefile.in.patch;striplevel=1 \
           file://patches/001-initialize-pointer-to-NULL.patch;striplevel=1"

SRC_URI[md5sum] = "f25a139da44c3a2f760ffec531bd996e"
SRC_URI[sha256sum] = "a1702268b2607dacfcc22c5ffd80845113dff5f82b794139c801d875f87ff048"

inherit autotools

do_configure() {
    ./configure
}