diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-08 14:41:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-08 14:41:27 +0100 |
commit | c0dcf5ac2e6845d21c1b3da324e34d626d6a41e7 (patch) | |
tree | f614191a32f66f229afd65070066219874b71cf3 /recipes | |
parent | 0d26edc49eb426f8f312ecca24bb905dae63991f (diff) |
asciidoc: add 8.5.1
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/asciidoc/asciidoc_8.5.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/asciidoc/asciidoc_8.5.1.bb b/recipes/asciidoc/asciidoc_8.5.1.bb new file mode 100644 index 0000000000..7e7fde7e91 --- /dev/null +++ b/recipes/asciidoc/asciidoc_8.5.1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages." +HOMEPAGE = "http://www.methods.co.nz/asciidoc/" +LICENSE = "GPLv2" + +SRC_URI = "http://mesh.dl.sourceforge.net/project/asciidoc/asciidoc/${PV}/asciidoc-${PV}.tar.gz" + +inherit distutils-base autotools_stage pkgconfig + +export vimdir = "${D}${sysconfdir}/vim" +export DESTDIR = "${D}" + +do_install() { + sed -i -e s:/etc/vim::g ${S}/Makefile + oe_runmake -e install +} + +FILES_${PN} += "${sysconfdir}" + +# TODO: only depend on codecs, csv, doctest, fnmatch, getopt, HTMLParser, locale, optparse, os, re, shutil, StringIO, subprocess, sys, tempfile, time, traceback, urlparse, zipfile +RDEPENDS_${PN} += "python-modules" |