# $Id: PKGBUILD 4394 2008-07-06 20:12:55Z jgc $ # Maintainer: Jan de Groot # Contributor: William Rea pkgname=icon-naming-utils pkgver=0.8.7 pkgrel=1 pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops." arch=(i686 x86_64) license=('GPL') url="http://tango.freedesktop.org/" depends=('perl-xml-simple') source=(http://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2) md5sums=('2bcd77b8b6361831a932a5e76e82b66d') build() { cd ${startdir}/src/${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/icon-naming-utils \ --localstatedir=/var make || return 1 make DESTDIR=${startdir}/pkg install mv ${startdir}/pkg/usr/share/pkgconfig ${startdir}/pkg/usr/lib/pkgconfig }