mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/ecore: Updated for version 0.9.9.060
This commit is contained in:
parent
7874660738
commit
3089c7a84d
3 changed files with 11 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||||
|
|
||||||
PRGNAM=ecore
|
PRGNAM=ecore
|
||||||
VERSION=${VERSION:-0.9.9.050}
|
VERSION=${VERSION:-0.9.9.060}
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -51,12 +51,14 @@ 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
|
||||||
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ecore"
|
PRGNAM="ecore"
|
||||||
VERSION="0.9.9.050"
|
VERSION="0.9.9.060"
|
||||||
HOMEPAGE="http://www.enlightenment.org/"
|
HOMEPAGE="http://www.enlightenment.org/"
|
||||||
DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/ecore-0.9.9.050.tar.bz2"
|
DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/ecore-0.9.9.060.tar.bz2"
|
||||||
MD5SUM="cab0952967240b607c01c5013caaddf4"
|
MD5SUM="dbc081698ee77ef774ea4069651e8d66"
|
||||||
MAINTAINER="Aleksandar Samardzic"
|
MAINTAINER="Aleksandar Samardzic"
|
||||||
EMAIL="asamardzic@gmail.com"
|
EMAIL="asamardzic@gmail.com"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="dsomero"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|----- Handy ruler -----------------------------------------------|
|
|----- Handy ruler -----------------------------------------------|
|
||||||
ecore: Ecore is one of Enlightenment DR17 foundation libraries.
|
ecore: Ecore (one of the Enlightenment DR17 foundation libraries)
|
||||||
ecore:
|
ecore:
|
||||||
ecore: Ecore is is the core event abstraction layer and X abstraction
|
ecore: Ecore is is the core event abstraction layer and X abstraction
|
||||||
ecore: layer that makes doing selections, Xdnd, general X stuff, and
|
ecore: layer that makes doing selections, Xdnd, general X stuff, and
|
||||||
|
|
Loading…
Reference in a new issue