wok-stable rev 2022
Up: embryo (0.9.9.050) - Snapshot 2008-09-25
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 08 22:33:50 2009 +0100 (2009-01-08) |
parents | ef8afc61d324 |
children | e49931dbea10 |
files | embryo-dev/receipt embryo/receipt |
line diff
1.1 --- a/embryo-dev/receipt Thu Jan 08 22:32:44 2009 +0100 1.2 +++ b/embryo-dev/receipt Thu Jan 08 22:33:50 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="embryo-dev" 1.7 -VERSION="0.9.1.042" 1.8 +VERSION="0.9.9.050" 1.9 CATEGORY="development" 1.10 SHORT_DESC="E17 libs devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/embryo/receipt Thu Jan 08 22:32:44 2009 +0100 2.2 +++ b/embryo/receipt Thu Jan 08 22:33:50 2009 +0100 2.3 @@ -1,22 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="embryo" 2.7 -VERSION="0.9.1.042" 2.8 +VERSION="0.9.9.050" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="E17 libs." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 DEPENDS="eet evas ecore" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.enlightenment.org/" 2.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 2.17 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 - --mandir=/usr/share/man $CONFIGURE_ARGS 2.25 - make 2.26 + ./configure \ 2.27 + --prefix=/usr \ 2.28 + --infodir=/usr/share/info \ 2.29 + --mandir=/usr/share/man \ 2.30 + $CONFIGURE_ARGS && 2.31 + make && 2.32 make DESTDIR=$PWD/_pkg install 2.33 } 2.34 2.35 @@ -27,7 +30,5 @@ 2.36 cp -a $_pkg/usr/share $fs/usr 2.37 cp -a $_pkg/usr/bin $fs/usr 2.38 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.39 - strip -s $fs/usr/bin/* 2.40 - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null 2.41 } 2.42