# HG changeset patch # User Christophe Lincoln # Date 1306332970 -7200 # Node ID 4f547ddceb15a7d2bf47dba70904c3db35d27b65 # Parent 55aef909d00d468f5268ed68630ad2bc8d81ddcd edje-dev: fix my bad receipt copy diff -r 55aef909d00d -r 4f547ddceb15 edje-dev/receipt --- a/edje-dev/receipt Wed May 25 16:14:19 2011 +0200 +++ b/edje-dev/receipt Wed May 25 16:16:10 2011 +0200 @@ -1,33 +1,19 @@ # SliTaz package receipt. -PACKAGE="efreet" +PACKAGE="edje-dev" VERSION="1.0.1" -CATEGORY="base-system" -SHORT_DESC="E17 implementation of several specifications from freedesktop.org." +CATEGORY="development" +SHORT_DESC="E17 Edje devel files." MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +DEPENDS="eet-dev evas-dev ecore-dev embryo-dev" +WANTED="edje" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/releases/$TARBALL" - -DEPENDS="eina eet ecore libgnutls libcurl libgnutls fribidi librsvg" -BUILD_DEPENDS="eina-dev eet-dev ecore-dev fribidi-dev librsvg-dev \ -gnutls-dev libcroco-dev curl-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure $CONFIGURE_ARGS && - make && make install -} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/efreet $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib } -