summaryrefslogtreecommitdiffstats
path: root/libraries/embryo
diff options
context:
space:
mode:
author Aleksandar Samardzic <asamardzic@gmail.com>2010-05-12 17:40:31 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:40:31 +0200
commit901511a4b84d9a451f69d06186603ebf56cbc521 (patch)
tree34cbaf238b510ff2f052f8141be9e32767290821 /libraries/embryo
parentea83488e0161543ce3273ceb727d34284f098694 (diff)
downloadslackbuilds-901511a4b84d9a451f69d06186603ebf56cbc521.tar.gz
slackbuilds-901511a4b84d9a451f69d06186603ebf56cbc521.tar.xz
libraries/embryo: Updated for version 0.9.9.060
Diffstat (limited to 'libraries/embryo')
-rw-r--r--libraries/embryo/embryo.SlackBuild10
-rw-r--r--libraries/embryo/embryo.info8
-rw-r--r--libraries/embryo/slack-desc2
3 files changed, 11 insertions, 9 deletions
diff --git a/libraries/embryo/embryo.SlackBuild b/libraries/embryo/embryo.SlackBuild
index f030814dbd..22242f45da 100644
--- a/libraries/embryo/embryo.SlackBuild
+++ b/libraries/embryo/embryo.SlackBuild
@@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=embryo
-VERSION=${VERSION:-0.9.9.050}
+VERSION=${VERSION:-0.9.9.060}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,12 +51,14 @@ 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
+ 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 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
mkdir -p $PKG/install
diff --git a/libraries/embryo/embryo.info b/libraries/embryo/embryo.info
index 749635804f..9192555278 100644
--- a/libraries/embryo/embryo.info
+++ b/libraries/embryo/embryo.info
@@ -1,8 +1,8 @@
PRGNAM="embryo"
-VERSION="0.9.9.050"
+VERSION="0.9.9.060"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/embryo-0.9.9.050.tar.bz2"
-MD5SUM="6c56918b4808b7486e485e9a94d974fa"
+DOWNLOAD="http://download.enlightenment.org/snapshots/LATEST/embryo-0.9.9.060.tar.bz2"
+MD5SUM="554e3ffb5bb033804d946a49602add16"
MAINTAINER="Aleksandar Samardzic"
EMAIL="asamardzic@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"
diff --git a/libraries/embryo/slack-desc b/libraries/embryo/slack-desc
index 420fe0d7d1..a5b44d4108 100644
--- a/libraries/embryo/slack-desc
+++ b/libraries/embryo/slack-desc
@@ -1,5 +1,5 @@
|----- Handy ruler ----------------------------------------------|
-embryo: Embryo is one of Enlightenment DR17 foundation libraries.
+embryo: Embryo (one of the Enlightenment DR17 foundation libraries)
embryo:
embryo: Embryo implements a C like scripting language used in various
embryo: parts of the Enlightenment project.