wok annotate libexo/receipt @ rev 7794

slitaz-tools: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 24 12:02:20 2010 +0100 (2010-12-24)
parents a27053729c70
children ca2350fb7e69
rev   line source
erjo@2076 1 # SliTaz package receipt.
erjo@2076 2
erjo@2076 3 PACKAGE="libexo"
erjo@5826 4 VERSION="0.3.107"
erjo@2076 5 CATEGORY="x-window"
erjo@2076 6 SHORT_DESC="Xfce extension library"
erjo@2076 7 MAINTAINER="erjo@slitaz.org"
erjo@5221 8 DEPENDS="libxfce4util startup-notification hal libnotify"
erjo@4871 9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
erjo@5221 10 WANTED="exo"
erjo@5221 11 SUGGESTED="exo-tools"
erjo@2076 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
erjo@2076 13 WEB_SITE="http://www.xfce.org"
erjo@2076 14
erjo@2076 15
erjo@2076 16 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2076 17 genpkg_rules()
erjo@2076 18 {
erjo@5221 19 mkdir -p $fs/usr/lib
pankso@4199 20
erjo@4126 21 cp -a $_pkg/etc $fs/
erjo@2076 22 cp -a $_pkg/usr/bin $fs/usr
erjo@2076 23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@4199 24 cp -a $_pkg/usr/lib/libexo $fs/usr/lib
erjo@2076 25
erjo@4871 26 # Strip files
erjo@4871 27 strip -s $fs/usr/lib/libexo/* 2> /dev/null
erjo@2076 28 }