wok rev 2020

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