pkgname: libgtop pkgver: '2.41.3' pkgrel: '2' pkgdesc: 'A library that read information about processes and the running system' url: 'http://www.gnu.org/directory/libs/LibGTop.html' arch: x86_64 license: - GPL2 depends: [] makedepends: - 'gtk-doc' - intltool - 'gobject-introspection' source: - 'https://download.gnome.org/sources/${pkgname}/2.41/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr --disable-gtk-doc \ --disable-static --enable-gtk-doc make make DESTDIR=${PKGDIR} install install -v -m755 -d ${PKGDIR}/usr/lib/libgtop/examples install -v -m755 examples/.libs/* ${PKGDIR}/usr/lib/libgtop/examples install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING # Obsolet lib rm -f ${PKGDIR}/usr/lib/libgtop-2.0.la package: | true