mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/embryo: Updated for version 0.9.9.060
This commit is contained in:
parent
ea83488e01
commit
901511a4b8
3 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue