20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
# Tanım: MATE panelindeki çeşitli uygulamalardan gelen bilgileri görüntülemek için küçük bir applet
|
||
# URL: http://www.mate-desktop.org/
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: libindicator mate-panel
|
||
# Grup: sistem
|
||
|
||
isim=mate-indicator-applet
|
||
surum=1.20.0
|
||
devir=1
|
||
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--libexecdir=/usr/lib/$isim
|
||
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|