summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@gmail.com>2010-05-12 17:40:27 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:40:27 +0200
commit3089c7a84db95fc8615266571f4fec0face581b4 (patch)
tree33252da97c3c68a3f68a793d28a4131b0ad771d2
parent7874660738abb82569fa14229018935d3e240e7f (diff)
downloadslackbuilds-3089c7a84db95fc8615266571f4fec0face581b4.tar.gz
slackbuilds-3089c7a84db95fc8615266571f4fec0face581b4.tar.xz
libraries/ecore: Updated for version 0.9.9.060
-rw-r--r--libraries/ecore/ecore.SlackBuild10
-rw-r--r--libraries/ecore/ecore.info8
-rw-r--r--libraries/ecore/slack-desc2
3 files changed, 11 insertions, 9 deletions
diff --git a/libraries/ecore/ecore.SlackBuild b/libraries/ecore/ecore.SlackBuild
index 6f3a92bc97..20a13bad97 100644
--- a/libraries/ecore/ecore.SlackBuild
+++ b/libraries/ecore/ecore.SlackBuild
@@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=ecore
-VERSION=${VERSION:-0.9.9.050}
+VERSION=${VERSION:-0.9.9.060}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,12 +51,14 @@ make
make install DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null || true
+ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING COPYING-PLAIN ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/ecore/ecore.info b/libraries/ecore/ecore.info
index fc4abda4c0..8bd2520031 100644
--- a/libraries/ecore/ecore.info
+++ b/libraries/ecore/ecore.info
@@ -1,8 +1,8 @@
PRGNAM="ecore"
-VERSION="0.9.9.050"
+VERSION="0.9.9.060"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/ecore-0.9.9.050.tar.bz2"
-MD5SUM="cab0952967240b607c01c5013caaddf4"
+DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/ecore-0.9.9.060.tar.bz2"
+MD5SUM="dbc081698ee77ef774ea4069651e8d66"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"
diff --git a/libraries/ecore/slack-desc b/libraries/ecore/slack-desc
index 0e2d51283e..d6cd8ce035 100644
--- a/libraries/ecore/slack-desc
+++ b/libraries/ecore/slack-desc
@@ -1,5 +1,5 @@
|----- Handy ruler -----------------------------------------------|
-ecore: Ecore is one of Enlightenment DR17 foundation libraries.
+ecore: Ecore (one of the Enlightenment DR17 foundation libraries)
ecore:
ecore: Ecore is is the core event abstraction layer and X abstraction
ecore: layer that makes doing selections, Xdnd, general X stuff, and