summaryrefslogtreecommitdiffstats
path: root/main/tango-icon-theme/APKBUILD
blob: 9a26b97edfcac6eba00bdc37e30245ee4d4ff49f (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=tango-icon-theme
pkgver=0.8.90
pkgrel=2
pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
url="http://tango.freedesktop.org"
arch="all"
license="CCPL-Attribution-ShareAlike-2.5"
depends=
makedepends="pkgconfig intltool icon-naming-utils imagemagick-dev libiconv-dev"
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
build () {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
md5sums="0795895d2f20eddcbd2bffe94ed431a6  tango-icon-theme-0.8.90.tar.gz"
sha256sums="6e98d8032d57d818acc907ec47e6a718851ff251ae7c29aafb868743eb65c88e  tango-icon-theme-0.8.90.tar.gz"
sha512sums="78b909bfc8b126060f8a320f5465ee6af98533b5229ebe46952469ba9f08796189b1ad8110e0ffa1e5745d083cad292396af887c4f8792595b0b8d2891258a52  tango-icon-theme-0.8.90.tar.gz"