wok diff embryo/receipt @ rev 2510

qemu: update depends
author Julien Rabier <taziden@slitaz.org>
date Mon Mar 16 16:44:07 2009 +0100 (2009-03-16)
parents cf22fee17710
children fc471c5f5a90
line diff
     1.1 --- a/embryo/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/embryo/receipt	Mon Mar 16 16:44:07 2009 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo"
     1.7 -VERSION="0.9.1.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  DEPENDS="eet evas ecore"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    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 --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.25 -	make
    1.26 +	./configure \
    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  
    1.35 @@ -27,7 +30,5 @@
    1.36  	cp -a $_pkg/usr/share $fs/usr
    1.37  	cp -a $_pkg/usr/bin $fs/usr
    1.38  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.39 -	strip -s $fs/usr/bin/*
    1.40 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.41  }
    1.42