# Depends on: libjpeg-turbo libpng freetype gdk-pixbuf dbus-glib intltool gstreamer

description="D-Bus service for applications to request thumbnails"
url="http://www.xfce.org/"
packager="tnut <tnut@nutyx.org>"
contributors="Tyrry, Greg"

name=tumbler
version=0.2.0
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 \
    --disable-static \
    --disable-debug \
    --disable-gstreamer-thumbnailer
    
make
make DESTDIR=$PKG install

}
