sg3-utils: add newer buildable version
[openembedded.git] / recipes / cdk / cdk_5.0-20060507.bb
1 DESCRIPTION = "Curses Development Kit"
2 HOMEPAGE = "http://invisible-island.net/cdk/"
3 SECTION = "devel/libs"
4 LICENSE = "MIT"
5
6 SRC_URI = "ftp://invisible-island.net/cdk/cdk-${PV}.tgz"
7
8 inherit autotools
9
10 EXTRA_OEMAKE += 'DOCUMENT_DIR="${D}${datadir}/doc/cdk"'
11
12 # FIXME
13 do_configure() {
14         gnu-configize
15         oe_runconf
16 }
17
18 do_stage() {
19         autotools_stage_all
20 }
21