19 lines
367 B
Plaintext
19 lines
367 B
Plaintext
# Tanım: MATE için simge teması
|
||
# URL: http://www.mate-desktop.org/
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: icon-naming-utils intltool
|
||
|
||
isim=mate-icon-theme
|
||
surum=1.18.2
|
||
devir=1
|
||
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure \
|
||
--prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|
||
|