wok rev 2025

Up: enlightenment (0.16.999.050) - Snapshot 2008-09-25
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 22:35:58 2009 +0100 (2009-01-08)
parents 91227310f158
children 3676f95cdebc
files enlightenment/receipt
line diff
     1.1 --- a/enlightenment/receipt	Thu Jan 08 22:34:55 2009 +0100
     1.2 +++ b/enlightenment/receipt	Thu Jan 08 22:35:58 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="enlightenment"
     1.7 -VERSION="0.16.999.042"
     1.8 +VERSION="0.16.999.050"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Enlightenment window manager (E17)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev curl-dev libcrypto-dev openssl-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.enlightenment.org/"
    1.16 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL"
    1.17 +WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -20,8 +20,8 @@
    1.22  		--sysconfdir=/etc \
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25 -		$CONFIGURE_ARGS
    1.26 -	make
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29  	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31