# Maintainer: Luis Henrique # Mandatory pkgname=xfce4-eyes-plugin pkgver=4.4.0 pkgrel=1lm source=("http://goodies.xfce.org/releases/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.0.tar.bz2") # Optional 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 || return 1 make DESTDIR=$startdir/pkg install }