aboutsummaryrefslogtreecommitdiffstats
path: root/slrn/slrn_0.9.8.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'slrn/slrn_0.9.8.0.oe')
-rw-r--r--slrn/slrn_0.9.8.0.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/slrn/slrn_0.9.8.0.oe b/slrn/slrn_0.9.8.0.oe
deleted file mode 100644
index f4fec68459..0000000000
--- a/slrn/slrn_0.9.8.0.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "slrn - console news reader"
-SECTION = "console/network"
-PRIORITY = "optional"
-MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>"
-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}"