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

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"