23 lines
701 B
Text
23 lines
701 B
Text
# 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
|
|
makedepends="intltool"
|
|
fulldepends="shared-mime-info"
|
|
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"
|
|
|
|
|
|
post_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|