# $Id: PKGBUILD 212219 2014-05-11 00:44:29Z eric $ # Maintainer: AndyRTR # Contributor: Tobias Kieslich pkgname=xfce4-mount-plugin pkgver=0.6.7 pkgrel=1 pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes" arch=('i686' 'x86_64') url="http://xfce-goodies.berlios.de/" license=('GPL') groups=('xfce4-goodies') depends=('xfce4-panel') makedepends=('intltool') install=$pkgname.install source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }