wok view desktop-file-utils-extra/receipt @ rev 24592
.bin files don't have .note.gnu.property section
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 01 10:06:20 2022 +0000 (2022-03-01) |
parents | c1575d842c72 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.26"
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="gcc83-lib-base 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 }