#Maintainer: George Vlahavas pkgname=xfce4-places-plugin pkgver=1.7.0 pkgrel=2gv source=("http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.7/xfce4-places-plugin-1.7.0.tar.bz2" "xfce4-places-plugin-gcc.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-places-plugin (a places panel plugin for xfce4)" "This plugin is a menu with quick access to folders, documents, and" "removable media. The places plugin brings much of the functionality" "of GNOME’s Places menu to Xfce." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/xfce4-places-plugin-gcc.patch || exit 1 ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-debug \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }