summaryrefslogtreecommitdiffstats
path: root/libraries/edje
diff options
context:
space:
mode:
author Aleksandar Samardzic2010-05-13 00:29:13 +0200
committer Erik Hanson2010-05-13 00:29:13 +0200
commite59b6cf9c7ad6ebb94b6d5c147fc598e31f3a8af (patch)
tree22945c6f0d2be029eeb1b6db1cc6798d45262020 /libraries/edje
parent451659d5af5ad564e170a2cd5c2ad42172acd265 (diff)
downloadslackbuilds-e59b6cf9c7ad6ebb94b6d5c147fc598e31f3a8af.tar.gz
libraries/edje: Updated for version 0.9.93.063
Diffstat (limited to 'libraries/edje')
-rw-r--r--libraries/edje/README3
-rw-r--r--libraries/edje/edje.SlackBuild16
-rw-r--r--libraries/edje/edje.info10
-rw-r--r--libraries/edje/slack-desc9
4 files changed, 28 insertions, 10 deletions
diff --git a/libraries/edje/README b/libraries/edje/README
index a91c42c42b..27e83190c8 100644
--- a/libraries/edje/README
+++ b/libraries/edje/README
@@ -2,4 +2,5 @@ Edje is part of Enlightenment DR17 foundation libraries.
Edje is a complex graphical design & layout library.
-Edje is dependent upon ecore and embryo packages.
+Requires: lua, and then eet, evas and ecore, all available at
+SlackBuilds.org.
diff --git a/libraries/edje/edje.SlackBuild b/libraries/edje/edje.SlackBuild
index 10a68b508d..49ee41d751 100644
--- a/libraries/edje/edje.SlackBuild
+++ b/libraries/edje/edje.SlackBuild
@@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=edje
-VERSION=${VERSION:-0.9.92.060}
+VERSION=${VERSION:-0.9.93.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/edje/edje.info b/libraries/edje/edje.info
index edc688b7f1..808f086789 100644
--- a/libraries/edje/edje.info
+++ b/libraries/edje/edje.info
@@ -1,8 +1,10 @@
PRGNAM="edje"
-VERSION="0.9.92.060"
+VERSION="0.9.93.063"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/edje-0.9.92.060.tar.bz2"
-MD5SUM="fa97a5700d25f7283e829888663195bf"
+DOWNLOAD="http://download.enlightenment.org/snapshots/2009-12-02/edje-0.9.93.063.tar.bz2"
+DOWNLOAD_x86_64=""
+MD5SUM="e589200254ddce65ecb711a3bcab15f4"
+MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"
diff --git a/libraries/edje/slack-desc b/libraries/edje/slack-desc
index e3393509fe..037688be58 100644
--- a/libraries/edje/slack-desc
+++ b/libraries/edje/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------------------------------------------------------|
edje: Edje (one of the Enlightenment DR17 foundation libraries)
edje:
edje: Edje is a complex graphical design & layout library.