diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/eet/README | 4 | ||||
-rw-r--r-- | libraries/eet/eet.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/eet/eet.info | 8 | ||||
-rw-r--r-- | libraries/eet/slack-desc | 2 |
4 files changed, 14 insertions, 10 deletions
diff --git a/libraries/eet/README b/libraries/eet/README index 90ff52106f..8b181ca5cb 100644 --- a/libraries/eet/README +++ b/libraries/eet/README @@ -1,5 +1,7 @@ Eet is part of Enlightenment DR17 foundation libraries. -Eet is a tiny library designed to write an arbitary set of chunks of +Eet is a tiny library designed to write an arbitrary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow fast random-access reading of the file later on. + +Requires eina available at SlackBuilds.org.
\ No newline at end of file diff --git a/libraries/eet/eet.SlackBuild b/libraries/eet/eet.SlackBuild index 4fdde204fe..0ee7ae8f63 100644 --- a/libraries/eet/eet.SlackBuild +++ b/libraries/eet/eet.SlackBuild @@ -5,7 +5,7 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=eet -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} 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/eet/eet.info b/libraries/eet/eet.info index a3836196eb..362dd23e1e 100644 --- a/libraries/eet/eet.info +++ b/libraries/eet/eet.info @@ -1,8 +1,8 @@ PRGNAM="eet" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/eet-1.1.0.tar.bz2" -MD5SUM="c9f1fd90c3f9886cebd5d38ff9cd0ccf" +DOWNLOAD="http://download.enlightenment.org/releases/eet-1.2.0.tar.bz2" +MD5SUM="aaaff6b7ad48d93b2f701c1b5c5b33eb" MAINTAINER="Aleksandar Samardzic" EMAIL="asamardzic@gmail.com" -APPROVED="Erik Hanson" +APPROVED="dsomero" diff --git a/libraries/eet/slack-desc b/libraries/eet/slack-desc index 9c06bd3f3c..1e51e1e0b9 100644 --- a/libraries/eet/slack-desc +++ b/libraries/eet/slack-desc @@ -1,5 +1,5 @@ |------ Handy ruler ------------------------------------------------| -eet: Eet is one of Enlightenment DR17 foundation libraries. +eet: Eet (one of the Enlightenment DR17 foundation libraries) eet: eet: Eet is a tiny library designed to write an arbitary set of chunks eet: of data to a file and optionally compress each chunk (very much |