wok diff enlightenment/receipt @ rev 1116

Add mcabber mcabber-help
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 20 11:43:38 2008 +0000 (2008-07-20)
parents a4cc5b4682a2
children 72791541b998
line diff
     1.1 --- a/enlightenment/receipt	Sat May 17 14:01:08 2008 +0200
     1.2 +++ b/enlightenment/receipt	Sun Jul 20 11:43:38 2008 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Enlightenment windoe manager (E17)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="eet evas ecore embryo edje efreet slitaz-menus curl xorg-libXcomposite"
     1.8 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev curl-dev"
     1.9 +DEPENDS="eet evas ecore embryo edje efreet slitaz-menus curl xorg-libXcomposite libcrypto openssl"
    1.10 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev curl-dev libcrypto-dev openssl-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.enlightenment.org/"
    1.13  WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.14 @@ -31,15 +31,15 @@
    1.15  	mkdir -p $fs/usr/share
    1.16  	# Use a modified sysactions.conf
    1.17  	cp -a stuff/etc $fs
    1.18 -	
    1.19 +
    1.20  	cp -a $_pkg/usr/bin $fs/usr
    1.21  	cp -a $_pkg/usr/lib $fs/usr
    1.22  	cp -a $_pkg/usr/share/enlightenment $fs/usr/share
    1.23 -	
    1.24 +
    1.25  	# Remove devel files *.a/*.la
    1.26  	rm -rf $fs/usr/lib/$PACKAGE/preload/*.*a
    1.27  	rm -rf $fs/usr/lib/$PACKAGE/modules/*/linux-gnu-i486/*.*a
    1.28 -	
    1.29 +
    1.30  	# Rm backgrouds (1,6 Mb).
    1.31  	rm -rf $fs/usr/share/enlightenment/data/backgrounds/*
    1.32  }