wok view exo-tools/receipt @ rev 16644

portmidi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 20:31:51 2014 +0000 (2014-05-12)
parents bbf96943be5b
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="exo-tools"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension tools"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="exo"
10 SUGGESTED="perl-uri"
11 WEB_SITE="http://www.xfce.org"
13 DEPENDS="libexo libxfce4ui"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/locale \
19 $fs/usr/share/xfce4 \
20 $fs/etc/xdg/xfce4
22 cp -a $install/etc $fs/
23 cp -a $install/usr/bin $fs/usr
24 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
25 cp -a $install/usr/share/applications $fs/usr/share
26 cp -a $install/usr/share/icons $fs/usr/share
27 cp -a $install/usr/share/pixmaps $fs/usr/share
28 cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4
30 # Fix perms & helpers
31 chmod +x $fs/usr/bin/exo-preferred-applications
32 }