19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
|
# 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
|
|||
|
|
|||
|
isim=tango-icon-theme
|
|||
|
surum=0.8.90
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://tango.freedesktop.org/releases/$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle()
|
|||
|
{
|
|||
|
cd $isim-$surum
|
|||
|
./configure --prefix=/usr
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|