wok-current view desktop-file-utils-extra/receipt @ rev 7065
Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 23:08:19 2010 +0000 (2010-11-01) |
parents | 6e90579538d6 |
children | 7c8053c6caac |
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.16"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra desktop file utils (install and validate)."
7 DEPENDS="glib"
8 WANTED="desktop-file-utils"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin
17 }