wok-current rev 10521
edje-dev: fix my bad receipt copy
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 16:16:10 2011 +0200 (2011-05-25) |
parents | 55aef909d00d |
children | fcf1845fc6b5 |
files | edje-dev/receipt |
line diff
1.1 --- a/edje-dev/receipt Wed May 25 16:14:19 2011 +0200 1.2 +++ b/edje-dev/receipt Wed May 25 16:16:10 2011 +0200 1.3 @@ -1,33 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKAGE="efreet" 1.7 +PACKAGE="edje-dev" 1.8 VERSION="1.0.1" 1.9 -CATEGORY="base-system" 1.10 -SHORT_DESC="E17 implementation of several specifications from freedesktop.org." 1.11 +CATEGORY="development" 1.12 +SHORT_DESC="E17 Edje devel files." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +DEPENDS="eet-dev evas-dev ecore-dev embryo-dev" 1.16 +WANTED="edje" 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/bin $fs/usr 1.37 - cp -a $_pkg/usr/share $fs/usr 1.38 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.39 - cp -a $_pkg/usr/lib/efreet $fs/usr/lib 1.40 + cp -a $_pkg/usr/include $fs/usr 1.41 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.42 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.43 } 1.44 -