# Description: Maps the new names of icons for Tango # URL: http://tango.freedesktop.org/ # Maintainer: protonesso, nagakamira at gmail dot com # Depends on: perl-xml-simple # Section: x11 name=icon-naming-utils version=0.8.90 release=2 source=("http://tango.freedesktop.org/releases/$name-$version.tar.bz2") build() { cd "$SRC"/$name-$version ./configure $BUILDFLAGS \ --prefix=/usr \ --libexecdir=/usr/bin make make DESTDIR="$PKG" install }