wok diff emotion/receipt @ rev 3774

Up: python-django (1.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jul 30 10:16:57 2009 +0000 (2009-07-30)
parents ecb146e32c08
children 3f9fca51615e
line diff
     1.1 --- a/emotion/receipt	Sun Mar 15 21:45:47 2009 +0000
     1.2 +++ b/emotion/receipt	Thu Jul 30 10:16:57 2009 +0000
     1.3 @@ -1,22 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="emotion"
     1.7 -VERSION="0.1.0.042"
     1.8 +VERSION="40505"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 emotion libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="enlightenment xine-lib libiconv"
    1.13 +DEPENDS="enlightenment xine-lib"
    1.14  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.enlightenment.org/"
    1.17 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 +	[ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
    1.23 +	svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
    1.24 +		-r $VERSION $PACKAGE-$VERSION
    1.25  	cd $src
    1.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +	./autogen.sh \
    1.29 +		--prefix=/usr \
    1.30 +		--mandir=/usr/share/man \
    1.31 +		--disable-gstreamer \
    1.32 +		$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make DESTDIR=$PWD/_pkg install
    1.35  }
    1.36 @@ -29,8 +33,5 @@
    1.37  	cp -a $_pkg/usr/bin $fs/usr
    1.38  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.39  	cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
    1.40 -	strip -s $fs/usr/bin/*
    1.41 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.42 -	strip --strip-unneeded $fs/usr/lib/emotion/*
    1.43  }
    1.44