wok-stable view libexo/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 723666943311
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.6.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util startup-notification libnotify"
9 WANTED="exo"
10 SUGGESTED="exo-tools"
11 WEB_SITE="http://www.xfce.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $_pkg/etc $fs/
19 cp -a $_pkg/usr/bin $fs/usr
20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
21 cp -a $_pkg/usr/lib/gio $fs/usr/lib
22 cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
24 # Strip files
25 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
26 }