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

Add aufs patches into linux stuff to be able to recook the package using same stuff & to avoid linux counted as commited after each clean
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 04:39:34 2011 +0100 (2011-02-21)
parents d19cd4ed0fd3
children 6f9ba9c78afe
line source
1 # SliTaz package receipt.
3 PACKAGE="desktop-file-utils-extra"
4 VERSION="0.18"
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 }