wok-current view libexo/receipt @ rev 6928
Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 22:36:22 2010 +0000 (2010-10-22) |
parents | a27053729c70 |
children | ca2350fb7e69 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.3.107"
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 }