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

get-flash-plugin: update wget url
author Richard Dunbar <mojo@slitaz.org>
date Fri Feb 10 19:24:02 2017 -0500 (2017-02-10)
parents 6532d445e8a8
children 74b7f596f55e
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.23"
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 WANTED="desktop-file-utils"
12 DEPENDS="glib glibc-base pcre"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files desktop-file-edit desktop-file-edit desktop-file-validate
18 }