libstatgrab: upgrade 0.9.1 -> 0.9.2 / get sources from github

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-06-09 17:15:20 +02:00
parent 85c027c28d
commit 6f1779f993
2 changed files with 18 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
SUMMARY = "libstatgrab provides access to statistics about the system"
HOMEPAGE = "https://libstatgrab.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/libstatgrab/libstatgrab.git"
SRCREV = "fa7e1d9fe76c3a1a7ade264c746b3f5edc566f3b"
PV = "0.9.2"
S = "${WORKDIR}/git"
DEPENDS = "ncurses"
inherit autotools pkgconfig
# did not get man build to fly
EXTRA_OECONF = "--disable-man"
RDEPENDS_${PN} += "perl"

View File

@@ -1,13 +0,0 @@
SUMMARY = "libstatgrab provides access to statistics about the system"
HOMEPAGE = "http://www.i-scream.org/libstatgrab/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "ftp://ftp.i-scream.org/pub/i-scream/${BPN}/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "b906d312076ca9be3d5188edfe07f496"
SRC_URI[sha256sum] = "03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab"
inherit autotools pkgconfig
DEPENDS += "ncurses"
RDEPENDS_${PN} += "perl"