citadel/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb

16 lines
564 B
BlitzBasic
Raw Normal View History

2018-01-18 18:19:47 -05:00
SUMMARY = "Library for accessing information about running processes"
HOMEPAGE = "https://developer.gnome.org/libgtop/stable/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SRC_URI = "https://download.gnome.org/sources/libgtop/2.38/libgtop-${PV}.tar.xz"
SRC_URI[md5sum] = "bb0ce7de6b28694b40405eedac8a31b5"
SRC_URI[sha256sum] = "4f6c0e62bb438abfd16b4559cd2eca0251de19e291c888cdc4dc88e5ffebb612"
DEPENDS = "libx11 glib-2.0 libxau"
inherit perlnative gettext pkgconfig autotools
EXTRA_OECONF = "--with-examples=no"