wok-current diff efreet/receipt @ rev 2288
Samba: improve start script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 21 21:50:42 2009 +0000 (2009-02-21) |
parents | 6a6ba65f2ad7 |
children | ecb146e32c08 |
line diff
1.1 --- a/efreet/receipt Sat Oct 04 17:10:38 2008 +0000 1.2 +++ b/efreet/receipt Sat Feb 21 21:50:42 2009 +0000 1.3 @@ -1,22 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="efreet" 1.7 -VERSION="0.0.3.042" 1.8 +VERSION="0.5.0.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 edje" 1.13 BUILD_DEPENDS="eet evas ecore embryo edje" 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 @@ -28,7 +31,5 @@ 1.35 cp -a $_pkg/usr/bin $fs/usr 1.36 cp -a $_pkg/usr/share $fs/usr 1.37 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.38 - strip -s $fs/usr/bin/* 1.39 - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null 1.40 } 1.41