aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moka-icon-theme/APKBUILD
blob: 9927defd2fc154d701f276f7d048f1d6cd41d89c (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
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=moka-icon-theme
pkgver=5.3.6
pkgrel=0
pkgdesc="Moka Icon Theme"
url="http://snwh.org/moka"
arch="noarch"
license="CC-BY-SA-4.0"
depends=""
makedepends="automake autoconf libtool"
install=""
subpackages=""
options="!strip"
source="moka-icon-theme-$pkgver.tar.gz::https://github.com/snwh/moka-icon-theme/archive/v$pkgver.tar.gz"
builddir="$srcdir/moka-icon-theme-$pkgver"

build() {
	cd "$builddir"
	autoreconf -vif
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		|| return 1
	make || return 1
}

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

sha512sums="b5967eab0e06639b515af5d57d03adb0055c202327a45f5656cc08e87444eff7563a8a7e6a20ec28edef112d4ce5709dd413832d0265d1b33d496067d8c68838  moka-icon-theme-5.3.6.tar.gz"