blob: 08a6cd9457c3cc5be29cba391b98ec23b5308e05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 \
file://chkslang.patch"
inherit autotools
EXTRA_OECONF = "--enable-setgid-code --enable-spool --with-slrnpull \
--with-slang-library=${STAGING_LIBDIR} \
--with-slang-includes=${STAGING_INCDIR}"
SRC_URI[md5sum] = "47e9931771114ba192356a0473e9649e"
SRC_URI[sha256sum] = "b97ea8385c4c9db64d69a84fcf87e5ffd98239932c88ff19f2e4c107ae24cdb2"
|