mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
Added gnome-mime-data-2.18.0 build template.
--HG-- extra : convert_revision : 051517767e739effda827707bba0809400f410a6
This commit is contained in:
parent
b03480cfcf
commit
f41471a24a
1 changed files with 24 additions and 0 deletions
24
srcpkgs/gnome-mime-data/template
Normal file
24
srcpkgs/gnome-mime-data/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue