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

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 380ffe05937a
children 65798b8406a3
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.21"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra desktop file utils (install and validate)."
7 WANTED="desktop-file-utils"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
12 DEPENDS="glib coreutils-operations"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/desktop-file-* $fs/usr/bin
19 }