diff options
Diffstat (limited to 'didiwiki/didiwiki_0.4.oe')
-rw-r--r-- | didiwiki/didiwiki_0.4.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/didiwiki/didiwiki_0.4.oe b/didiwiki/didiwiki_0.4.oe index e69de29bb2..71666f1b36 100644 --- a/didiwiki/didiwiki_0.4.oe +++ b/didiwiki/didiwiki_0.4.oe @@ -0,0 +1,10 @@ +SECTION = "console/network" +DESCRIPTION = "A small and simple WikiWikiWeb implementation written in C \ +and which includes a built in webserver." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +LICENSE = "GPLv2" + +SRC_URI = "http://didiwiki.org/sources/didiwiki-${PV}.tar.gz" +S = "${WORKDIR}/didiwiki-${PV}" + +inherit autotools |