libraries/e_dbus: Updated for version 0.5.0.060

This commit is contained in:
Aleksandar Samardzic 2010-05-12 17:40:26 +02:00 committed by David Somero
parent efb5110d44
commit 7874660738
3 changed files with 10 additions and 8 deletions

View file

@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com> # Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=e_dbus PRGNAM=e_dbus
VERSION=${VERSION:-0.5.0.050} VERSION=${VERSION:-0.5.0.060}
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -51,8 +51,10 @@ make
make install DESTDIR=$PKG make install DESTDIR=$PKG
( cd $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 "executable" | grep ELF | cut -f 1 -d : | \
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
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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="e_dbus" PRGNAM="e_dbus"
VERSION="0.5.0.050" VERSION="0.5.0.060"
HOMEPAGE="http://www.enlightenment.org/" HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/e_dbus-0.5.0.050.tar.bz2" DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/e_dbus-0.5.0.060.tar.bz2"
MD5SUM="7b1454d165f5cc42dd61d7acdd4719dd" MD5SUM="7e33fe8c0878b8e70a5e35674e677c9a"
MAINTAINER="Aleksandar Samardzic" MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com" EMAIL="asamardzic@gmail.com"
APPROVED="Erik Hanson" APPROVED="dsomero"

View file

@ -1,5 +1,5 @@
|----- Handy ruler ----------------------------------------------| |----- Handy ruler ----------------------------------------------|
e_dbus: E_dbus is one of Enlightenment DR17 foundation libraries. e_dbus: E_dbus (one of the Enlightenment DR17 foundation libraries)
e_dbus: e_dbus:
e_dbus: E_dbus is the start of some basic convenience wrappers around e_dbus: E_dbus is the start of some basic convenience wrappers around
e_dbus: D-Bus to ease integrating D-Bus with EFL based applications. e_dbus: D-Bus to ease integrating D-Bus with EFL based applications.