summaryrefslogtreecommitdiffstats
path: root/main/icon-naming-utils/APKBUILD
blob: 17e55d6834d857b15baf1c651da54817a093f2c1 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=icon-naming-utils
pkgver=0.8.90
pkgrel=2
pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops."
url="http://tango.freedesktop.org/"
arch="noarch"
license="GPL2"
depends="perl-xml-simple"
makedepends=""
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2"

_builddir="$srcdir"/$pkgname-$pkgver
build () {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/icon-naming-utils \
		--localstatedir=/var \
		|| return 1
	make || return 1
}

package () {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/pkgconfig || return 1
	chmod +x "$pkgdir"/usr/lib/icon-naming-utils/icon-name-mapping
}

md5sums="dd8108b56130b9eedc4042df634efa66  icon-naming-utils-0.8.90.tar.bz2"
sha256sums="b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5  icon-naming-utils-0.8.90.tar.bz2"
sha512sums="7b2e3aa4c7a4857d3c190fb12d69d665bf63596a84735adddf7e67bc5e6b493eccd0b914bc32776934f04720c7071d6de35d55452ffd4966d7dbd8360907f727  icon-naming-utils-0.8.90.tar.bz2"