aboutsummaryrefslogtreecommitdiffstats
path: root/main/mate-backgrounds/APKBUILD
blob: 6536cee870ba90ce8757daf98525189fe6f07cd7 (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
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-backgrounds
pkgver=1.9.90
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/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 \
		--prefix=/usr \
		|| return 1
	make || return 1
}

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

md5sums="699fdfedde63cbe7f4a0928e6e9ec2cc  mate-backgrounds-1.9.90.tar.xz"
sha256sums="f9728de1b67dfac709841ed9dfc1f9bd2ef111761825b76df61d4cefd3d1779e  mate-backgrounds-1.9.90.tar.xz"
sha512sums="8b11d6ac026d8dcacd50a446405367ecf93f5408055fb7a79cbd1736005640e865b7e22e1812e0d628b4e34742dc128467f946fa56c396c6edd44652850ae058  mate-backgrounds-1.9.90.tar.xz"