wok-next rev 843
e17: missing deps on libcrypto and openssl
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 18 15:29:12 2008 +0200 (2008-05-18) |
parents | c94bfd9c3c73 |
children | c2688245d108 |
files | enlightenment/receipt |
line diff
1.1 --- a/enlightenment/receipt Sun May 18 15:15:28 2008 +0200 1.2 +++ b/enlightenment/receipt Sun May 18 15:29:12 2008 +0200 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 }