summaryrefslogtreecommitdiffstats
path: root/main/mate-common/APKBUILD
blob: 8a3627236afe30441b678456d3c8b0f4adc95b1a (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-common
pkgver=1.9.90
pkgrel=1
pkgdesc="Common scripts and macros"
url="http://mate-desktop.org/"
arch="noarch"
license="GPLv3+"
depends=""
depends_dev=""
makedepends=""
install=""
subpackages=""
source="http://pub.mate-desktop.org/releases/1.9/$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="a0c4ddae3036778ec5bf373cec873928  mate-common-1.9.90.tar.xz"
sha256sums="5f0ea27b306d8d58a043a3838a7145f180b4358ea8d5d29c04a71a07c774cc33  mate-common-1.9.90.tar.xz"
sha512sums="9689a27e1a6ad29f4c8783195e9d1afc985bb5f381617242cc72211d5445243bfd1c2bef135dfe4d581d3dbc7152f9648e726d38123f51c971346cfbfb48d908  mate-common-1.9.90.tar.xz"