# Description: Xfce4 panelindeki uygulamalardan bilgi görüntülemek için eklenti
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
# Packager: yasarciv67@gmail.com
# Depends on: intltool xfce4-dev-tools hicolor-icon-theme ido libindicator libindicator-gtk2 libindicator xfce4-panel xdg-utils 

name=xfce4-indicator-plugin
version=2.3.3
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2
)

build() {
  cd $name-$version
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --disable-static

  make
  make DESTDIR="$PKG/" install

}