#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=thunar-media-tags-plugin
pkgver=0.1.2
pkgrel=1gv
arch=i486
source=(http://goodies.xfce.org/releases/thunar-media-tags-plugin/thunar-media-tags-plugin-$pkgver.tar.bz2)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"thunar-media-tags-plugin (adds features for media files in Thunar)"
"The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special"
"features for media files to the Thunar File Manager."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc
	make || return 1
	make install DESTDIR=$startdir/pkg
}