wok diff eet/receipt @ rev 1135

giblib-dev, giblib: fix receipts
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 24 08:08:27 2008 +0000 (2008-07-24)
parents cf22fee17710
children 90a3c5374ebc
line diff
     1.1 --- a/eet/receipt	Wed Feb 13 15:26:29 2008 +0100
     1.2 +++ b/eet/receipt	Thu Jul 24 08:08:27 2008 +0000
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eet"
     1.7 -VERSION="0.9.10.042"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS=""
    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/releases/$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 +	./configure \
    1.26 +		--prefix=/usr \
    1.27 +		--infodir=/usr/share/info \
    1.28 +		--mandir=/usr/share/man \
    1.29 +		$CONFIGURE_ARGS
    1.30  	make
    1.31  	make DESTDIR=$PWD/_pkg install
    1.32  }
    1.33 @@ -25,6 +28,5 @@
    1.34  {
    1.35  	mkdir -p $fs/usr/lib
    1.36  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.37 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.38  }
    1.39