aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-fsi/gpe-fsi_0.1.bb
blob: 479308d64c26842b1d38f3e624bab309d9523318 (plain)
1
2
3
4
5
6
7
8

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Pr
DESCRIPTION = "GPE frontend for libfsi-client"
LICENSE = "gpl"

inherit gpe

SRC_URI = "http://dominion.kabel.utwente.nl/koen/pda/files/gpe-fsi.tar.bz2"
PR = "r1"

DEPENDS = "libgpewidget fsi-client gtk+"
SECTION = "gpe"

S ="${WORKDIR}/gpe-fsi"

do_compile() {
        oe_runmake all
}

do_install() {
        install -d ${D}${bindir}
        install -d ${D}${libdir}
	install -d ${D}/usr/share/applications
	install -d ${D}/usr/share/pixmaps/
	install gpe-fsi ${D}${bindir}
	install gpe-fsi.desktop ${D}/usr/share/applications/
	install gpe-fsi.png ${D}/usr/share/pixmaps/
}
|org/w3c/dom/html2|org/w3c/dom/html|" external/w3c_dom/Makefile.am } addtask unpackpost after do_unpack before do_patch SRC_URI[md5sum] = "90c6571b8b0309e372faa0f9f6255ea9" SRC_URI[sha256sum] = "501b5acd4dff79b6100da22cef15080f31071821ce3cea6f1b739bc1b56fac3f"