blob: 2f9edf11deeb8658556d4f71b8a42cfad09af3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "A simple post-processor for SGMLS and NSGMLS"
HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html"
SECTION = "libs"
LICENSE = "GPL"
SRC_URI = "http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${PV}.tar.gz \
file://combined.patch;patch=1"
S = "${WORKDIR}/SGMLSpm"
inherit native cpan
do_install() {
:
}
do_stage() {
oe_runmake install_vendor
}
PACKAGES = "${PN}-dbg "
|