# Depends on: intltool xfce4-panel libunique1 hicolor-icon-theme

description="A notes plugin for the XFCE4 GUI"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
packager="tnut <tnut@nutyx.org>"

name=xfce4-notes-plugin
version=1.8.1

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

build() {
  cd $name-$version

  ./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib \
    --localstatedir=/var \
    --disable-static \
    --disable-debug
  make
  make DESTDIR=$PKG install
}
