wok view desktop-file-utils-extra/receipt @ rev 22869

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
parents 74b7f596f55e
children 0b2572ccafa5
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.24"
5 CATEGORY="system-tools"
6 SHORT_DESC="Extra desktop file utils (install and validate)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/"
11 DEPENDS="glib glibc-base pcre"
12 WANTED="desktop-file-utils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files desktop-file-install desktop-file-edit desktop-file-validate
18 }