milis/talimatname/genel/t/tango-icon-theme/talimat

19 lines
419 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: The Tango Desktop Project defines an icon style guideline to which artists and designers can adhere.
2017-04-18 12:58:24 +02:00
# URL: http://tango.freedesktop.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: icon-naming-utils imagemagick
2017-04-18 12:58:24 +02:00
2016-02-24 01:27:23 +01:00
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
}