aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xdelta/xdelta_3.0z.bb
blob: 2ee3f3d615359cf9a129b5d011cbe73af569b73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "utilities for creating binary deltas"
LICENSE = "GPLv2+"
PR = "r0"
SRC_URI = "http://xdelta.googlecode.com/files/xdelta${PV}.tar.gz"

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

do_compile() {
        oe_runmake
}

do_install() {
        install -d ${D}${bindir}
        install -m 0755 ${S}/xdelta3 ${D}${bindir}/xdelta3
}

SRC_URI[md5sum] = "2b5b3c33438cff581ce5c12d66c28b6c"
SRC_URI[sha256sum] = "5504b25eb21c743a651367976b40655ea874603976d83fd50ea8a3ef8725f3e6"