aboutsummaryrefslogtreecommitdiffstats
path: root/main/hicolor-icon-theme/APKBUILD
blob: 741ffee94953392a7a68085c3081b51a875ce5ec (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hicolor-icon-theme
pkgver=0.17
pkgrel=0
pkgdesc="Freedesktop.org Hicolor icon theme"
url="https://icon-theme.freedesktop.org/wiki/HicolorTheme"
arch="noarch"
options="!check"  # Just icon set, no tests.
license="GPL-2.0"
source="https://icon-theme.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"

builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr
	make
}

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

sha512sums="eca8655930aa7e234f42630041c0053fde067b970fad1f81c55fcd4c5046c03edfdf2ede72a3e78fba2908e7da53e9463d3c5ae12ab9f5ef261e29a49f9c7a8d  hicolor-icon-theme-0.17.tar.xz"