milis/talimatname/genel/mate-indicator-applet/talimat

20 lines
493 B
Plaintext
Raw Normal View History

2017-06-23 13:09:15 +02:00
# Description: MATE panelindeki çeşitli uygulamalardan gelen bilgileri görüntülemek için küçük bir applet
# URL: http://www.mate-desktop.org/
# Packager: yasarciv67@gmail.com
# Depends on: libindicator mate-panel
2017-01-24 00:43:48 +01:00
name=mate-indicator-applet
2017-06-23 13:09:15 +02:00
version=1.18.0
2017-01-24 00:43:48 +01:00
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
2017-06-23 13:09:15 +02:00
2017-01-24 00:43:48 +01:00
build() {
cd $name-$version
2017-06-23 13:09:15 +02:00
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
2017-01-24 00:43:48 +01:00
}
2017-06-23 13:09:15 +02:00