wok rev 2023

Up: edje (0.9.9.050) - Snapshot 2008-09-25
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 22:34:22 2009 +0100 (2009-01-08)
parents 1dea70c2d708
children 91227310f158
files edje-dev/receipt edje/receipt
line diff
     1.1 --- a/edje-dev/receipt	Thu Jan 08 22:33:50 2009 +0100
     1.2 +++ b/edje-dev/receipt	Thu Jan 08 22:34:22 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje-dev"
     1.7 -VERSION="0.5.0.042"
     1.8 +VERSION="0.9.9.050"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/edje/receipt	Thu Jan 08 22:33:50 2009 +0100
     2.2 +++ b/edje/receipt	Thu Jan 08 22:34:22 2009 +0100
     2.3 @@ -1,22 +1,25 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="edje"
     2.7 -VERSION="0.5.0.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 embryo"
    2.13  BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev evas-dev"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16  WEB_SITE="http://www.enlightenment.org/"
    2.17 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    2.18 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23  	cd $src
    2.24 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    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 @@ -29,7 +32,5 @@
    2.35  	cp -a $_pkg/usr/share $fs/usr
    2.36  	chmod 755 $fs/usr/bin/*
    2.37  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.38 -	strip -s $fs/usr/bin/* 2>/dev/null
    2.39 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    2.40  }
    2.41