wok rev 4871

libexo: Fix DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 23:10:42 2010 +0100 (2010-02-04)
parents b7f355968e1d
children f6dfd4e8e662
files libexo/receipt
line diff
     1.1 --- a/libexo/receipt	Thu Feb 04 22:43:13 2010 +0100
     1.2 +++ b/libexo/receipt	Thu Feb 04 23:10:42 2010 +0100
     1.3 @@ -5,10 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce extension library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file \
     1.8 -startup-notification hal"
     1.9 -BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file \
    1.10 -startup-notification-dev hal-dev"
    1.11 +DEPENDS="libxfce4util perl-uri startup-notification hal"
    1.12 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
    1.13  SOURCE="exo"
    1.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.xfce.org"
    1.16 @@ -18,7 +16,7 @@
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	patch _p0 -i stuff/helpers.rc.u
    1.21 +	patch -p0 -i stuff/helpers.rc.u
    1.22  
    1.23  	cd $src
    1.24  	./configure \
    1.25 @@ -53,4 +51,7 @@
    1.26  
    1.27  	# Fix perms & helpers
    1.28  	chmod +x $fs/usr/bin/exo-preferred-applications
    1.29 +	
    1.30 +	# Strip files
    1.31 +	strip -s $fs/usr/lib/libexo/* 2> /dev/null
    1.32  }