blob: cc29bcef4bf0d116eb4c2c3d8e295f5f3e1d0e5a (
plain)
1
2
3
4
5
6
7
8
9
|
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
|