wok-6.x rev 10503
efreet: up to fix e17 build (1.0.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 14:26:33 2011 +0200 (2011-05-25) |
parents | 03b99851e086 |
children | a6957725023c |
files | edje-dev/receipt efreet-dev/receipt |
line diff
1.1 --- a/edje-dev/receipt Wed May 25 14:17:58 2011 +0200 1.2 +++ b/edje-dev/receipt Wed May 25 14:26:33 2011 +0200 1.3 @@ -1,19 +1,33 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKAGE="edje-dev" 1.7 +PACKAGE="efreet" 1.8 VERSION="1.0.1" 1.9 -CATEGORY="development" 1.10 -SHORT_DESC="E17 Edje devel files." 1.11 +CATEGORY="base-system" 1.12 +SHORT_DESC="E17 implementation of several specifications from freedesktop.org." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 -DEPENDS="eet-dev evas-dev ecore-dev embryo-dev" 1.15 -WANTED="edje" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.enlightenment.org/" 1.18 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.19 + 1.20 +DEPENDS="eina eet ecore libgnutls libcurl libgnutls fribidi librsvg" 1.21 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev fribidi-dev librsvg-dev \ 1.22 +gnutls-dev libcroco-dev curl-dev" 1.23 + 1.24 +# Rules to configure and make the package. 1.25 +compile_rules() 1.26 +{ 1.27 + cd $src 1.28 + ./configure $CONFIGURE_ARGS && 1.29 + make && make install 1.30 +} 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr/lib 1.36 - cp -a $_pkg/usr/include $fs/usr 1.37 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.38 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.39 + cp -a $_pkg/usr/bin $fs/usr 1.40 + cp -a $_pkg/usr/share $fs/usr 1.41 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.42 + cp -a $_pkg/usr/lib/efreet $fs/usr/lib 1.43 } 1.44 +
2.1 --- a/efreet-dev/receipt Wed May 25 14:17:58 2011 +0200 2.2 +++ b/efreet-dev/receipt Wed May 25 14:26:33 2011 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="efreet-dev" 2.7 -VERSION="1.0.0" 2.8 +VERSION="1.0.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="E17 libs." 2.11 MAINTAINER="pankso@slitaz.org"