summaryrefslogtreecommitdiff
path: root/packages/texinfo/texinfo_4.8a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/texinfo/texinfo_4.8a.bb')
-rw-r--r--packages/texinfo/texinfo_4.8a.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/texinfo/texinfo_4.8a.bb b/packages/texinfo/texinfo_4.8a.bb
deleted file mode 100644
index 7386226408..0000000000
--- a/packages/texinfo/texinfo_4.8a.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "Documentation system for on-line information and printed output"
-HOMEPAGE = "http://www.gnu.org/software/texinfo/"
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "ncurses"
-
-SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.bz2"
-
-inherit autotools gettext
-
-S = "${WORKDIR}/texinfo-4.8/"