# Tanım: The Tango Desktop Project defines an icon style guideline to which artists and designers can adhere.
# URL: http://tango.freedesktop.org/
# Paketçi: milisarge
# Gerekler: icon-naming-utils imagemagick 

name=tango-icon-theme
version=0.8.90
release=1

source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz)

build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}