wok-6.x view xfce4-slitaz-config/receipt @ rev 6185
Up: gimp, gimp-console, gimp-dev, gimp-plug-ins to 2.6.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 10 18:25:26 2010 +0000 (2010-09-10) |
parents | |
children | eb8067417980 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-slitaz-config"
4 VERSION="0.1"
5 CATEGORY="misc"
6 SHORT_DESC="Slitaz config files for XFCE"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xfce4"
9 WEB_SITE="http://www.slitaz.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share $fs/etc
16 cp -a stuff/xdg $fs/etc
17 cp -a stuff/applications $fs/usr/share/applications
18 }