wok-stable rev 647
Up: eet (1.0.0) - e17 libs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 18:51:43 2008 +0200 (2008-04-22) |
parents | abe995836ff5 |
children | 3446153252e7 |
files | eet-dev/receipt eet/receipt |
line diff
1.1 --- a/eet-dev/receipt Tue Apr 22 18:51:13 2008 +0200 1.2 +++ b/eet-dev/receipt Tue Apr 22 18:51:43 2008 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eet-dev" 1.7 -VERSION="0.9.10.042" 1.8 +VERSION="1.0.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="E17 libs devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/eet/receipt Tue Apr 22 18:51:13 2008 +0200 2.2 +++ b/eet/receipt Tue Apr 22 18:51:43 2008 +0200 2.3 @@ -1,21 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="eet" 2.7 -VERSION="0.9.10.042" 2.8 +VERSION="1.0.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="E17 libs." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 DEPENDS="" 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/releases/$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 + ./configure \ 2.26 + --prefix=/usr \ 2.27 + --infodir=/usr/share/info \ 2.28 + --mandir=/usr/share/man \ 2.29 + $CONFIGURE_ARGS 2.30 make 2.31 make DESTDIR=$PWD/_pkg install 2.32 } 2.33 @@ -25,6 +28,5 @@ 2.34 { 2.35 mkdir -p $fs/usr/lib 2.36 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.37 - strip --strip-unneeded $fs/usr/lib/* 2>/dev/null 2.38 } 2.39