wok diff evas/receipt @ rev 2321
Up: dont forget slitaz-tools-boxes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 27 22:57:27 2009 +0100 (2009-02-27) |
parents | c1ff74d9b6f4 |
children | ecb146e32c08 |
line diff
1.1 --- a/evas/receipt Sat Oct 04 09:01:05 2008 +0000 1.2 +++ b/evas/receipt Fri Feb 27 22:57:27 2009 +0100 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="evas" 1.7 -VERSION="0.9.9.042" 1.8 +VERSION="0.9.9.050" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="E17 libs." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 BUILD_DEPENDS="xorg-libX11-dev" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 1.16 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 + --infodir=/usr/share/info \ 1.27 + --mandir=/usr/share/man \ 1.28 + $CONFIGURE_ARGS && 1.29 make && 1.30 make DESTDIR=$PWD/_pkg install 1.31 } 1.32 @@ -27,9 +30,7 @@ 1.33 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 cp -a $_pkg/usr/lib/evas $fs/usr/lib 1.35 1.36 - # Clean and strip. 1.37 + # Clean. 1.38 rm -rf $fs/usr/lib/evas/modules/*/*/linux-gnu-i486/*.*a 1.39 - strip --strip-unneeded $fs/usr/lib/evas/modules/*/*/linux-gnu-i486/* 1.40 - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null 1.41 } 1.42