wok view libexo/receipt @ rev 5395

Up: btrfs-progs (0.19)
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 02 02:51:13 2010 +0000 (2010-05-02)
parents 8752c40cc534
children 575c4aab57f9
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.3.101"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util startup-notification hal libnotify"
9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
10 WANTED="exo"
11 SUGGESTED="exo-tools"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WEB_SITE="http://www.xfce.org"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $_pkg/etc $fs/
22 cp -a $_pkg/usr/bin $fs/usr
23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
24 cp -a $_pkg/usr/lib/libexo $fs/usr/lib
26 # Strip files
27 strip -s $fs/usr/lib/libexo/* 2> /dev/null
28 }