wok-6.x view desktop-file-utils-extra/receipt @ rev 3158
linux (wireless): add iwl3945
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 19:45:39 2009 +0200 (2009-05-24) |
parents | |
children | 6e90579538d6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.15"
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 WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin
16 }