# Description: Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops # URL: http://tango.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: perl-xml-simple perl-xml-parser name=icon-naming-utils version=0.8.90 release=1 source=(http://tango.freedesktop.org/releases/${name}-${version}.tar.bz2) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }