25 lines
736 B
Plaintext
25 lines
736 B
Plaintext
# Template file for 'gnome-mime-data'
|
|
pkgname=gnome-mime-data
|
|
version=2.18.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="intltool shared-mime-info"
|
|
short_desc="Base MIME and Application database for GNOME"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${GNOME_SITE}/$pkgname/2.18/$pkgname-$version.tar.bz2"
|
|
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."
|
|
|
|
gnome-mime-data_package() {
|
|
depends="shared-mime-info"
|
|
conf_files="/etc/gnome-vfs-mime-magic"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|