aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-backgrounds/APKBUILD
blob: cc1ed37a8f3e27893519e876675c8640ae840e34 (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
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-backgrounds
pkgver=1.16.0
pkgrel=0
pkgdesc="Background images and data for MATE"
url="https://github.com/mate-desktop/mate-backgrounds"
arch="noarch"
license="GPL2"
depends="mate-common"
depends_dev=""
makedepends="$depends_dev intltool"
install=""
subpackages=""
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="05fae7bb61e91fd9280226e1cd406d4a  mate-backgrounds-1.16.0.tar.xz"
sha256sums="37cc2489033b1bba03de2ada567f8e40de3d5c3e36b7af16270baaf3765a1a39  mate-backgrounds-1.16.0.tar.xz"
sha512sums="fa9d3913089a90fa4260820b4d074d7d1209cf9a384929cd041fe9eef396b6796cc61eb3897d08283eb4d7ad852686e8e99d345514194523cdfb22566c5487e8  mate-backgrounds-1.16.0.tar.xz"