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

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
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 }