# HG changeset patch # User Christophe Lincoln # Date 1305207808 -7200 # Node ID 3f1746026fcd5ecd780eaa9bd337454c94ca2710 # Parent e1bff384cd9d6e843dc6263d80aacdabcb21d95d efreet: fix BUILD_DEPEND and DEPENDS diff -r e1bff384cd9d -r 3f1746026fcd efreet/receipt --- a/efreet/receipt Thu May 12 15:33:34 2011 +0200 +++ b/efreet/receipt Thu May 12 15:43:28 2011 +0200 @@ -1,30 +1,19 @@ # SliTaz package receipt. -PACKAGE="efreet" +PACKAGE="ecore-dev" VERSION="1.0.0" -CATEGORY="base-system" -SHORT_DESC="E17 implementation of several specifications from freedesktop.org." +CATEGORY="development" +SHORT_DESC="E17 core devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="eina ecore" -BUILD_DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +WANTED="ecore" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/releases/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure && 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 }