aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-polkit/APKBUILD
blob: 7f4cb35de08cdcee53b2a47d874380978e92505b (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
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-polkit
pkgver=1.10.2
pkgrel=0
pkgdesc="MATE Authentication Agent for PolicyKit"
url="https://github.com/mate-desktop/mate-polkit"
arch="all"
license="GPL2"
depends="mate-common"
depends_dev=""
makedepends="$depends_dev polkit-dev libtool intltool gtk+2.0-dev
	gobject-introspection-dev"
install=""
subpackages="$pkgname-dev $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 \
		--prefix=/usr \
		|| return 1
	make || return 1
}

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

md5sums="ebb243e915020380f11726c64daf31f7  mate-polkit-1.10.2.tar.xz"
sha256sums="adc5576e1ee5deb8d586c15b34ef06cc04cfe502fd5d05eeacb889293247ef50  mate-polkit-1.10.2.tar.xz"
sha512sums="159cc1baa1d4c58262c492e72509dea7eee18d338e81bf1bc3d7708b5097943ac463afb0c90fc939275fbf4818c67fe9b85cd0d993ef94e896783bcad1488188  mate-polkit-1.10.2.tar.xz"