#Packager: George Vlahavas pkgname=thunar-media-tags-plugin #_softname=thunar-media-tags-plugin-thunar-media-tags-plugin pkgver=0.2.1 pkgrel=1rl source=("http://archive.xfce.org/src/thunar-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" \ "thunar-media-tags-plugin-0.2.1.patch") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin options=('nosrcpack') 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} patch -p1 < ../../thunar-media-tags-plugin-0.2.1.patch # ./autogen.sh ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --enable-shared=yes \ --enable-static=no \ --enable-debug=no \ --build=$ARCH-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }