[oe-commits] Koen Kooi : asciidoc: add 8.5.1

git version control git at git.openembedded.org
Sun Nov 8 16:28:26 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c0dcf5ac2e6845d21c1b3da324e34d626d6a41e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0dcf5ac2e6845d21c1b3da324e34d626d6a41e7

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  8 14:41:27 2009 +0100

asciidoc: add 8.5.1

---

 conf/checksums.ini                 |    4 ++++
 recipes/asciidoc/asciidoc_8.5.1.bb |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0769727..fe7383c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1978,6 +1978,10 @@ sha256=1828cbd348d1418287b29337e1047cfc3d6c092e18691cd9c6dfc2d6535bcebd
 md5=cebfeb99c4a7c2a6cee2564770415fe7
 sha256=c1df9737e208a96a61fa92ddad83f4b4d9be66f8992f3c917e9edf4b05ff5898
 
+[http://mesh.dl.sourceforge.net/project/asciidoc/asciidoc/8.5.1/asciidoc-8.5.1.tar.gz]
+md5=412fb0c86c3dcb4cc159ef63bd274c90
+sha256=ccb02db04e6e6eff2149435516e88557ca30c85bc4467420f40c895e25f17a20
+
 [http://downloads.sourceforge.net/asio/asio-1.1.1.tar.bz2]
 md5=3e6bcedc549cb4c014227f882969db5c
 sha256=f6277da4651bceaeab442f864b735a5d7b0998d55f9209e37cf18f7464320e3e
diff --git a/recipes/asciidoc/asciidoc_8.5.1.bb b/recipes/asciidoc/asciidoc_8.5.1.bb
new file mode 100644
index 0000000..7e7fde7
--- /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"





More information about the Openembedded-commits mailing list