# Description: Icon theme that follows the Tango visual guidelines # URL: http://tango.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: icon-naming-utils name=tango-icon-theme version=0.9.0 release=1 source=(https://git.golem.linux.it/matteobin/${name}/archive/${version}.tar.gz) renames=(${name}-${version}.tar.gz) build() { cd ${name} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }