blob: b4910231120e7ddf59e336f0879697d869001864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "GPL"
DESCRIPTION = "slrn - console news reader"
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = "slang"
PR = "r1"
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}"
|