wok rev 2021

Up: ecore (0.9.9.050) - Snapshot 2008-09-25
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 22:32:44 2009 +0100 (2009-01-08)
parents 7e35e02ae6d2
children 1dea70c2d708
files ecore-dev/receipt ecore/receipt
line diff
     1.1 --- a/ecore-dev/receipt	Thu Jan 08 22:32:08 2009 +0100
     1.2 +++ b/ecore-dev/receipt	Thu Jan 08 22:32:44 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore-dev"
     1.7 -VERSION="0.9.9.042"
     1.8 +VERSION="0.9.9.050"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 core libs."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/ecore/receipt	Thu Jan 08 22:32:08 2009 +0100
     2.2 +++ b/ecore/receipt	Thu Jan 08 22:32:44 2009 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ecore"
     2.7 -VERSION="0.9.9.042"
     2.8 +VERSION="0.9.9.050"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="E17 core libs."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,14 +9,18 @@
    2.13  BUILD_DEPENDS="xorg-dev eet-dev evas-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.enlightenment.org/"
    2.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    2.17 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22  	cd $src
    2.23 -	./configure --enable-ecore-config --prefix=/usr --infodir=/usr/share/info \
    2.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.25 +	./configure \
    2.26 +		--enable-ecore-config \
    2.27 +		--prefix=/usr \
    2.28 +		--infodir=/usr/share/info \
    2.29 +		--mandir=/usr/share/man \
    2.30 +		$CONFIGURE_ARGS &&
    2.31  	make &&
    2.32  	make DESTDIR=$PWD/_pkg install
    2.33  }
    2.34 @@ -27,7 +31,5 @@
    2.35  	mkdir -p $fs/usr/lib
    2.36  	cp -a $_pkg/usr/bin $fs/usr
    2.37  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.38 -	strip -s $fs/usr/bin/*
    2.39 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    2.40  }
    2.41