aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dhex/dhex_0.69.bb
blob: 6f8c86a169c0acaa1ee9a861295a1c7a3b3ee44e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "dhex is a hex editor that includes a diff mode"
SECTION = "console/utils"
HOMEPAGE = "http://www.dettus.net/dhex/"

DEPENDS = "ncurses"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README.txt;beginline=229;endline=241;md5=6f252a421b65bcecf624382ba3c899da"

SRC_URI = "http://www.dettus.net/dhex/dhex_0.69.tar.gz"
SRC_URI[md5sum] = "64d557437fe110c19f23ed3e9bbcdd54"
SRC_URI[sha256sum] = "52730bcd1cf16bd4dae0de42531be9a4057535ec61ca38c0804eb8246ea6c41b"

S = "${WORKDIR}/dhex_${PV}"

EXTRA_OEMAKE += "'CC=${CC}' 'LDFLAGS=${LDFLAGS}' 'CPPFLAGS=${CPPFLAGS}'"

do_compile() {
	oe_runmake
}

do_install() {
	install -m 0755 -d ${D}${bindir}
	install -m 0755 ${S}/dhex ${D}${bindir}/
}
aule/oetypes-fix OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui/pybootchartgui/__init__.py
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain)