summaryrefslogtreecommitdiff
path: root/slrn/slrn_0.9.8.0.oe
blob: ab03f8bec2aed8e49a7e8f439782c0fadcb70542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "slrn - console news reader"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>"
DEPENDS = "slang"

SRC_URI = "${SOURCEFORGE_MIRROR}/slrn/slrn-${PV}.tar.bz2 \
	   file://m4.patch;patch=1 \
	   file://chkslang.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--enable-setgid-code --enable-spool --with-slrnpull \
		--with-slang-library=${STAGING_LIBDIR} \
		--with-slang-includes=${STAGING_INCDIR}"