#Maintainer: George Vlahavas pkgname=xfce4-clipman-plugin pkgver=1.1.3 pkgrel=1gv arch=x86_64 source=(http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.1/xfce4-clipman-plugin-1.1.3.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-clipman-plugin - a clipboard manager for xfce4" "Clipman keeps the clipboard contents around while it is usually lost" "when you close an application. It is able to handle text and images," "and has a feature to execute actions on specific text selections by" "matching them against regular expressions." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }