[oe-commits] Thomas Zimmermann : di: new recipe

git version control git at git.openembedded.org
Sat Nov 28 18:11:13 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 111ebb91f366e09463d3e3b0dcac3cf0b2cd83df
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=111ebb91f366e09463d3e3b0dcac3cf0b2cd83df

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Sat Nov 28 08:01:33 2009 +0000

di: new recipe

* add di (disk info)
* add di to task-shr-feed
* this solves SHR bug #501

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/checksums.ini             |    4 ++++
 recipes/di/di_4.17.bb          |   17 +++++++++++++++++
 recipes/tasks/task-shr-feed.bb |    1 +
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b6369df..fdeeb5b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5290,6 +5290,10 @@ sha256=eb20cb028176e52432a2b877b2e292100dc41b384e829bc9e6d4823075ed8188
 md5=dd627a121e43835bead3ffef5b1a72fd
 sha256=f435e14e1f54dc8792f4e655463d07f2bdbe6d8a8581bd62f5167334ab18bb87
 
+[http://www.gentoo.com/di/di-4.17.tar.gz]
+md5=be55b3a1693b318effa3db8d1c0243c1
+sha256=46e124670fb2b63cb7500a8b36b7856c15858cb35658263ddad4933935d5e210
+
 [ftp://ftp.gnome.org/pub/gnome/sources/dia/0.95/dia-0.95-pre3.tar.gz]
 md5=642f7e7d4c71dc144b60f51f9d65de62
 sha256=902da1b1e9d90dfda8aa1864846db8ad12386e7521fc9f8b18c8ba220dd0123a
diff --git a/recipes/di/di_4.17.bb b/recipes/di/di_4.17.bb
new file mode 100644
index 0000000..9b04df8
--- /dev/null
+++ b/recipes/di/di_4.17.bb
@@ -0,0 +1,17 @@
+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. "
+HOMEPAGE = "http://www.gentoo.com/di/"
+LICENSE = "MIT-style"
+SECTION = "base"
+DEPENDS = "perl-native"
+
+SRC_URI = "http://www.gentoo.com/di/di-${PV}.tar.gz"
+
+do_install() {
+	# install binary
+	install -d ${D}${bindir}
+	install -m 0755 ${S}/di ${D}${bindir}
+
+	# install manpage
+	install -d ${D}${mandir}/man1
+	install -m 0644 ${S}/di.1 ${D}${mandir}/man1
+}
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index 209c644..4dba7ca 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -7,6 +7,7 @@ inherit task
 
 RDEPENDS_${PN} += "\
 		babiloo-efl \
+		di \
 		dictator \
 		dosbox \
 		enotes \





More information about the Openembedded-commits mailing list