summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 53932e43f4e57ef92c19722098b96fd8726d23e6 (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
34
35
# 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='lxpanel-multiload-ng-plugin-gtk2'
pkgdesc='Modern graphical system monitor, LxPanel plugin'
pkgver=1.5.1
pkgrel=1

makedepends=('intltool')
depends=('gtk2>=2.20.0' 'cairo' 'lxpanel>=0.5.8')

conflicts=('lxpanel-multiload-ng-plugin-gtk3' 'lxpanel-multiload-ng-plugin-gtk2-git' 'lxpanel-multiload-ng-plugin-gtk3-git')

replaces=('lxpanel-multiload-ng-applet-gtk2')

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

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=2.0 --without-awn --without-indicator --with-lxpanel --without-mate --without-standalone --without-systray --without-xfce4
    make
} 

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