# Description: core database of common types # URL: http://freedesktop.org/Software/shared-mime-info # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: glib libxml2 intltool name=shared-mime-info version=1.9 release=1 source=(https://freedesktop.org/~hadess/$name-$version.tar.xz) build() { cd $name-$version # https://bugs.freedesktop.org/show_bug.cgi?id=70366 export ac_cv_func_fdatasync=no CONFIG_SHELL=/bin/bash \ ./configure --prefix=/usr make -j1 make DESTDIR=$PKG install rm -r $PKG/usr/share/locale }