void-packages/srcpkgs/desktop-file-utils/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

18 lines
763 B
Text

# Template build file for 'desktop-file-utils'.
pkgname=desktop-file-utils
version=0.18
distfiles="http://freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Utilities to manage desktop entries"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231
long_desc="
desktop-file-utils contains a couple of command line utilities for working
with desktop entries and the applications database. More specifically,
it contains the update-desktop-database utility, used to rebuild the database
that connects MIME types to applications."
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build glib-devel