void-packages/srcpkgs/gnome-mime-data/template
Juan RP f41471a24a Added gnome-mime-data-2.18.0 build template.
--HG--
extra : convert_revision : 051517767e739effda827707bba0809400f410a6
2010-04-12 13:30:57 +02:00

25 lines
752 B
Plaintext

# Template file for 'gnome-mime-data'
pkgname=gnome-mime-data
version=2.18.0
distfiles="${GNOME_SITE}/$pkgname/2.18/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="Base MIME and Application database for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7
long_desc="
$pkgname contains the base MIME and Application database for GNOME.
It is meant to be accessed through the MIME functions in GnomeVFS."
noarch=yes
conf_files="/etc/gnome-vfs-mime-magic"
Add_dependency full shared-mime-info
Add_dependency build intltool
post_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
}