# Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=xfce4-eyes-plugin
pkgver=4.4.4
pkgrel=1gv
source=("http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/4.4/xfce4-eyes-plugin-4.4.4.tar.bz2")
docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "TODO")
url="http://goodies.xfce.org"
 
slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"xfce4-eyes-plugin (xeyes-like decoration for the Xfce panel)"
"Eyes is a xfce4 panel plugin that adds eyes which watch your every"
"step. Scary!"
)

build() {
        cd $startdir/src/$pkgname-$pkgver
        ./configure \
          --prefix=/usr \
          --libdir=/usr/lib${LIBDIRSUFFIX} \
          --sysconfdir=/etc \
          --localstatedir=/var \
          --mandir=/usr/man \
          --docdir=/usr/doc/$pkgname-$pkgver \
          --build=$arch-slackware-linux
        make -j $numjobs || return 1
        make DESTDIR=$startdir/pkg install
}