24 lines
873 B
Text
24 lines
873 B
Text
# Template build file for 'desktop-file-utils'.
|
|
pkgname=desktop-file-utils
|
|
version=0.21
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglib-devel"
|
|
short_desc="Utilities to manage desktop entries"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.xz"
|
|
checksum=b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b
|
|
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."
|
|
|
|
desktop-file-utils_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|