diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-05-13 00:29:12 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:29:12 +0200 |
commit | 451659d5af5ad564e170a2cd5c2ad42172acd265 (patch) | |
tree | e4cfdfd3dc8cc8b4c5c8149effdcaf50ffd51c21 | |
parent | 6d6b7280b5f7492947f2639c2f6565f659ad1fd0 (diff) | |
download | slackbuilds-451659d5af5ad564e170a2cd5c2ad42172acd265.tar.gz |
libraries/ecore: Updated for version 0.9.9.063
-rw-r--r-- | libraries/ecore/README | 2 | ||||
-rw-r--r-- | libraries/ecore/ecore.SlackBuild | 16 | ||||
-rw-r--r-- | libraries/ecore/ecore.info | 10 | ||||
-rw-r--r-- | libraries/ecore/slack-desc | 10 |
4 files changed, 28 insertions, 10 deletions
diff --git a/libraries/ecore/README b/libraries/ecore/README index b409f2d9e5..eaf3336316 100644 --- a/libraries/ecore/README +++ b/libraries/ecore/README @@ -4,4 +4,4 @@ Ecore is the core event abstraction layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimized, and convenient. -Ecore is dependent upon evas package. +Requires: eina, available at SlackBuilds.org. diff --git a/libraries/ecore/ecore.SlackBuild b/libraries/ecore/ecore.SlackBuild index 20a13bad97..904402589a 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.060} +VERSION=${VERSION:-0.9.9.063} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -17,10 +17,13 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e @@ -42,9 +45,12 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --build=$ARCH-slackware-linux \ --disable-static make @@ -54,15 +60,17 @@ make install DESTDIR=$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 + xargs strip --strip-unneeded 2> /dev/null || true ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING 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 cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/ecore/ecore.info b/libraries/ecore/ecore.info index 8bd2520031..8d4ca58737 100644 --- a/libraries/ecore/ecore.info +++ b/libraries/ecore/ecore.info @@ -1,8 +1,10 @@ PRGNAM="ecore" -VERSION="0.9.9.060" +VERSION="0.9.9.063" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/ecore-0.9.9.060.tar.bz2" -MD5SUM="dbc081698ee77ef774ea4069651e8d66" +DOWNLOAD="http://download.enlightenment.org/snapshots/2009-12-02/ecore-0.9.9.063.tar.bz2" +DOWNLOAD_x86_64="" +MD5SUM="58e9c5df5102f963becb60c2d360cca8" +MD5SUM_x86_64="" MAINTAINER="Aleksandar Samardzic" EMAIL="asamardzic@gmail.com" -APPROVED="dsomero" +APPROVED="Erik Hanson" diff --git a/libraries/ecore/slack-desc b/libraries/ecore/slack-desc index d6cd8ce035..9d94404e18 100644 --- a/libraries/ecore/slack-desc +++ b/libraries/ecore/slack-desc @@ -1,4 +1,11 @@ - |----- Handy ruler -----------------------------------------------| +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| ecore: Ecore (one of the Enlightenment DR17 foundation libraries) ecore: ecore: Ecore is is the core event abstraction layer and X abstraction @@ -9,3 +16,4 @@ ecore: ecore: Ecore home page is: http://www.enlightenment.org/ ecore: ecore: +ecore: |