wok-next diff ecore/receipt @ rev 2026

Add: le
author Fabrice THIROUX <mimas@slitaz.org>
date Fri Jan 09 00:01:13 2009 +0100 (2009-01-09)
parents 4c400bd09135
children ecb146e32c08
line diff
     1.1 --- a/ecore/receipt	Sun Oct 05 12:58:12 2008 +0000
     1.2 +++ b/ecore/receipt	Fri Jan 09 00:01:13 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore"
     1.7 -VERSION="0.9.9.042"
     1.8 +VERSION="0.9.9.050"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 core libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,14 +9,18 @@
    1.13  BUILD_DEPENDS="xorg-dev eet-dev evas-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.17 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --enable-ecore-config --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 +	./configure \
    1.26 +		--enable-ecore-config \
    1.27 +		--prefix=/usr \
    1.28 +		--infodir=/usr/share/info \
    1.29 +		--mandir=/usr/share/man \
    1.30 +		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$PWD/_pkg install
    1.33  }
    1.34 @@ -27,7 +31,5 @@
    1.35  	mkdir -p $fs/usr/lib
    1.36  	cp -a $_pkg/usr/bin $fs/usr
    1.37  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.38 -	strip -s $fs/usr/bin/*
    1.39 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.40  }
    1.41