# HG changeset patch # User Christophe Lincoln # Date 1231450328 -3600 # Node ID 7e35e02ae6d2cfcba52bb04ba8dcd46c11162935 # Parent 1959a9a9e3d799376371669d57b0d8cc804ad091 Up: evas (0.9.9.050) - Snapshot 2008-09-25 diff -r 1959a9a9e3d7 -r 7e35e02ae6d2 evas-dev/receipt --- a/evas-dev/receipt Thu Jan 08 22:31:18 2009 +0100 +++ b/evas-dev/receipt Thu Jan 08 22:32:08 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="evas-dev" -VERSION="0.9.9.042" +VERSION="0.9.9.050" CATEGORY="development" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" diff -r 1959a9a9e3d7 -r 7e35e02ae6d2 evas/receipt --- a/evas/receipt Thu Jan 08 22:31:18 2009 +0100 +++ b/evas/receipt Thu Jan 08 22:32:08 2009 +0100 @@ -1,21 +1,24 @@ # SliTaz package receipt. PACKAGE="evas" -VERSION="0.9.9.042" +VERSION="0.9.9.050" CATEGORY="x-window" SHORT_DESC="E17 libs." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="xorg-libX11-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" 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 } @@ -27,9 +30,7 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/evas $fs/usr/lib - # Clean and strip. + # Clean. rm -rf $fs/usr/lib/evas/modules/*/*/linux-gnu-i486/*.*a - strip --strip-unneeded $fs/usr/lib/evas/modules/*/*/linux-gnu-i486/* - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null }