blob: b863b03f6293c053c909e3fcad33d6935738b7b8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "console/network"
DESCRIPTION = "GNU Mailutils contains a series of \
useful mail clients, servers, and libraries."
LICENSE = "GPL LGPL"
SRC_URI = "${GNU_MIRROR}/mailutils/mailutils-${PV}.tar.bz2 \
file://configure.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--disable-pam --without-guile"
|