diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-21 14:27:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-21 14:27:48 +0000 |
commit | ca4e02d476a7fdbdeeedde07194a9391df2fd678 (patch) | |
tree | b8770d9ebed88ec8eba3a8c03338c39876fbc653 /meta | |
parent | f85a9e42ceb81e91a14487e80a1ad589ba286f92 (diff) | |
download | poky-ca4e02d476a7fdbdeeedde07194a9391df2fd678.tar.gz |
xrestop: added 0.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3371 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xrestop/xrestop_0.4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/xrestop/xrestop_0.4.bb b/meta/packages/xrestop/xrestop_0.4.bb new file mode 100644 index 0000000000..40396a2362 --- /dev/null +++ b/meta/packages/xrestop/xrestop_0.4.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" | ||
2 | LICENSE = "GPL" | ||
3 | |||
4 | DEPENDS = "libxres libxext virtual/libx11" | ||
5 | |||
6 | SRC_URI = "http://projects.o-hand.com/sources/xrestop/xrestop-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools | ||