summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0577c53621f49112d91a9922166b5c09d3f5eaa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Mario Cianciolo <mr.udda at gmail dot com>
# Co-maintainer: Michael Kogan <michael.kogan at gmx dot net>

# This file is automatically generated from multiload-ng source.

pkgname='multiload-ng-standalone-gtk3'
pkgdesc='Modern graphical system monitor, standalone version'
pkgver=1.4.2
pkgrel=1

makedepends=('intltool')
depends=('gtk3' 'cairo')

conflicts=('multiload-ng-standalone-gtk2' 'multiload-ng-standalone-gtk2-git' 'multiload-ng-standalone-gtk3-git')

source=("https://github.com/udda/multiload-ng/archive/v$pkgver.tar.gz")
md5sums=('3c17d8483bc874b20c877a7d7897ab5e')

arch=('i686' 'x86_64')
url='https://udda.github.io/multiload-ng/'
license=('GPL2')

build() {
    cd "multiload-ng-$pkgver"
    ./autogen.sh
    ./configure --prefix=/usr --with-gtk=3.0 --disable-deprecations --without-awn --without-indicator --without-lxpanel --without-mate --with-standalone --without-systray --without-xfce4
    make
} 

package() {
    cd "multiload-ng-$pkgver"
    make -C "standalone" DESTDIR="$pkgdir" install
}