java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / di / di_4.17.bb
blob8087c1f3623da258c1d3f3f59dbcde73c08811e7
1 DESCRIPTION = "di is a disk information utility, displaying everything (and more) that your df(1) command does. It features the ability to display your disk usage in whatever format you desire/prefer/are used to. It is designed to be portable across many platforms. "
2 HOMEPAGE = "http://www.gentoo.com/di/"
3 LICENSE = "MIT-style"
4 SECTION = "base"
5 DEPENDS = "perl-native"
7 SRC_URI = "http://www.gentoo.com/di/di-${PV}.tar.gz"
9 do_install() {
10 # install binary
11 install -d ${D}${bindir}
12 install -m 0755 ${S}/di ${D}${bindir}
14 # install manpage
15 install -d ${D}${mandir}/man1
16 install -m 0644 ${S}/di.1 ${D}${mandir}/man1
19 SRC_URI[md5sum] = "be55b3a1693b318effa3db8d1c0243c1"
20 SRC_URI[sha256sum] = "46e124670fb2b63cb7500a8b36b7856c15858cb35658263ddad4933935d5e210"