# Template file for 'gmime' pkgname=gmime version=2.4.29 homepage="http://www.gnome.org/" distfiles="${GNOME_SITE}/$pkgname/2.4/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-mono" short_desc="GNOME Core mime parsing library" maintainer="Juan RP " license="GPL-2" checksum=c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5 long_desc=" This package provides an implementation of the Desktop Menu Specification for the GNOME Desktop." subpackages="$pkgname-devel" Add_dependency build pkg-config Add_dependency build intltool Add_dependency build glib-devel Add_dependency build zlib-devel post_install() { for f in uuen uude; do mv ${DESTDIR}/usr/bin/${f}code ${DESTDIR}/usr/bin/g${f}code done }