diff options
-rw-r--r-- | meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb new file mode 100644 index 0000000000..4ede3c8c6b --- /dev/null +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | DESCRIPTION = "Utilities to collect and visualise system statistics" | ||
2 | HOMEPAGE = "http://www.i-scream.org/libstatgrab/" | ||
3 | |||
4 | LICENSE = "GPL-2.0+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | |||
7 | DEPENDS = "ncurses" | ||
8 | |||
9 | PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg " | ||
10 | |||
11 | # don't use the git tag unless docbooc2x is available to build the manpages | ||
12 | SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "5362b2ddbec54b3901e7d70c22cda249" | ||
15 | SRC_URI[sha256sum] = "5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196" | ||
16 | |||
17 | # Perl5 is for tests only | ||
18 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" | ||
19 | |||
20 | inherit autotools pkgconfig | ||
21 | |||
22 | FILES_statgrab = "${bindir}/statgrab" | ||
23 | FILES_statgrab-dbg = "${bindir}/.debug/statgrab" | ||
24 | FILES_saidar = "${bindir}/saidar" | ||
25 | FILES_saidar-dbg = "${bindir}/.debug/saidar" | ||
26 | FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" | ||
27 | RDEPENDS_${PN}-mrtg_append = "perl statgrab" | ||