#Maintainer: George Vlahavas pkgname=gnome-mime-data pkgver=2.18.0 pkgrel=1gv arch=x86_64 source=(ftp://ftp.gnome.org/pub/gnome/sources/gnome-mime-data/2.18/gnome-mime-data-2.18.0.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-mime-data - base MIME and Application database for GNOME" "This module contains the base MIME and Application database for GNOME." "It is meant to be accessed through the MIME functions in GnomeVFS." ) 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 }