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