libraries/eina: Added to 12.2 repository

This commit is contained in:
Aleksandar Samardzic 2010-05-12 23:30:08 +02:00 committed by David Somero
parent 48cd1966b2
commit e78f8bcb0c
4 changed files with 95 additions and 0 deletions

7
libraries/eina/README Normal file
View File

@ -0,0 +1,7 @@
Eina is part of Enlightenment DR17 foundation libraries.
Eina is a multi-platform library that provides optimized data types
and a few tools that could be used for projects. The Eina library
implements given data types in an efficient way, and it also provides
some useful tools like opening shared libraries, errors management,
type conversion, time accounting and memory pool.

View File

@ -0,0 +1,68 @@
#!/bin/sh
# Slackware build script for Eina
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=eina
VERSION=${VERSION:-0.0.2.060}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static
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
)
mkdir -p $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

8
libraries/eina/eina.info Normal file
View File

@ -0,0 +1,8 @@
PRGNAM="eina"
VERSION="0.0.2.060"
HOMEPAGE="http://www.enlightenment.org/"
DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/eina-0.0.2.060.tar.bz2"
MD5SUM="c0c130df91a75586a89e2a340712938a"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
APPROVED="dsomero"

12
libraries/eina/slack-desc Normal file
View File

@ -0,0 +1,12 @@
|------ Handy ruler ------------------------------------------------|
eina: Eina (one of the Enlightenment DR17 foundation libraries)
eina:
eina: Eina is a multi-platform library that provides optimized data
eina: types and a few tools that could be used for projects. The Eina
eina: library implements given data types in an efficient way, and it
eina: also provides some useful tools like opening shared libraries,
eina: errors management, type conversion, time accounting and memory
eina: pool.
eina:
eina: Eina home page is: http://www.enlightenment.org/
eina: