wok diff edje/receipt @ rev 2213

openssh*: --libexecdir=/usr/sbin (no /usr/libexec)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:41:17 2009 +0100 (2009-02-11)
parents 6a6ba65f2ad7
children ecb146e32c08
line diff
     1.1 --- a/edje/receipt	Sat Oct 04 17:10:38 2008 +0000
     1.2 +++ b/edje/receipt	Wed Feb 11 17:41:17 2009 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje"
     1.7 -VERSION="0.5.0.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 embryo"
    1.13  BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.enlightenment.org/"
    1.17 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.18 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    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 @@ -29,7 +32,5 @@
    1.35  	cp -a $_pkg/usr/share $fs/usr
    1.36  	chmod 755 $fs/usr/bin/*
    1.37  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.38 -	strip -s $fs/usr/bin/* 2>/dev/null
    1.39 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.40  }
    1.41