# Description: The Thunar Volume Manager is an extension for the Thunar file manager.
# URL: http://thunar.xfce.org
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs

run=(desktop-file-utils)

name=thunar-volman
version=0.8.1
release=2

source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var \
    --disable-static \
    --disable-debug
make
make DESTDIR=$PKG install
}
