# HG changeset patch # User Christophe Lincoln # Date 1231450462 -3600 # Node ID e49931dbea10c9c800068ce7514f929c53992ed2 # Parent 1dea70c2d708a814c6687e21f56463c89744ee65 Up: edje (0.9.9.050) - Snapshot 2008-09-25 diff -r 1dea70c2d708 -r e49931dbea10 edje-dev/receipt --- a/edje-dev/receipt Thu Jan 08 22:33:50 2009 +0100 +++ b/edje-dev/receipt Thu Jan 08 22:34:22 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="edje-dev" -VERSION="0.5.0.042" +VERSION="0.9.9.050" CATEGORY="development" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" diff -r 1dea70c2d708 -r e49931dbea10 edje/receipt --- a/edje/receipt Thu Jan 08 22:33:50 2009 +0100 +++ b/edje/receipt Thu Jan 08 22:34:22 2009 +0100 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="edje" -VERSION="0.5.0.042" +VERSION="0.9.9.050" CATEGORY="x-window" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" DEPENDS="eet evas ecore embryo" BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } @@ -29,7 +32,5 @@ cp -a $_pkg/usr/share $fs/usr chmod 755 $fs/usr/bin/* cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/bin/* 2>/dev/null - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null }