aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-sensors-applet/APKBUILD
blob: 5ab7b859d32bbb4b189d46915c34ecfb7a7e4eeb (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
36
37
38
39
40
41
42
43
44
45
46
47
48
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-sensors-applet
pkgver=1.12.1
pkgrel=0
pkgdesc="An applet for the MATE Panel to display readings from hardware sensors"
url="https://github.com/mate-desktop/mate-sensors-applet"
arch="all"
license="GPLv2"
depends="perl-xml-parser"
depends_dev=""
makedepends="$depends_dev intltool glib-dev gtk+2.0-dev mate-panel-dev libxslt-dev
	itstool libxml2-utils mdocml-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	 ./configure \
                 --build=$CBUILD \
                 --host=$CHOST \
                 --sysconfdir=/etc \
		 --with-gtk=2.0 \
                 --prefix=/usr \
                 || return 1
         make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="${pkgdir}" install || return 1
}

md5sums="c9707818a13cc9f4aae468f1745277db  mate-sensors-applet-1.12.1.tar.xz"
sha256sums="94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933  mate-sensors-applet-1.12.1.tar.xz"
sha512sums="2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994  mate-sensors-applet-1.12.1.tar.xz"