wok view libexo/receipt @ rev 14920

Up: firefox-langpack-pt_BR (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:24:03 2013 +0000 (2013-08-06)
parents 129bb5b11a7e
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.8.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 $install/etc $fs/
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 cp -a $install/usr/lib/xfce4 $fs/usr/lib
23 # Strip files
24 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
25 }