blob: 97101913ff913215937abb4885f4879aa1f9ad2a (
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"
|