#Maintainer: George Vlahavas pkgname=mate-mime-data pkgver=1.4.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.4/mate-mime-data-1.4.0.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mate-mime-data (base MIME and Application database for MATE)" "This module contains the base MIME and Application database for MATE." "It is meant to be accessed through the MIME functions in GnomeVFS." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }