diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-05-13 00:29:14 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:29:14 +0200 |
commit | 2456cbf2132b7a77b89d6029292e2ee92b5087f4 (patch) | |
tree | e5852169a2ed9bbdacb71c25c770977d954216a8 /libraries/eet | |
parent | e59b6cf9c7ad6ebb94b6d5c147fc598e31f3a8af (diff) | |
download | slackbuilds-2456cbf2132b7a77b89d6029292e2ee92b5087f4.tar.gz |
libraries/eet: Updated for version 1.2.3
Diffstat (limited to 'libraries/eet')
-rw-r--r-- | libraries/eet/README | 2 | ||||
-rw-r--r-- | libraries/eet/eet.SlackBuild | 16 | ||||
-rw-r--r-- | libraries/eet/eet.info | 10 | ||||
-rw-r--r-- | libraries/eet/slack-desc | 8 |
4 files changed, 27 insertions, 9 deletions
diff --git a/libraries/eet/README b/libraries/eet/README index 8b181ca5cb..f68f4036b9 100644 --- a/libraries/eet/README +++ b/libraries/eet/README @@ -4,4 +4,4 @@ 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 +Requires: eina, available at SlackBuilds.org. diff --git a/libraries/eet/eet.SlackBuild b/libraries/eet/eet.SlackBuild index 0ee7ae8f63..5a0d659078 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.2.0} +VERSION=${VERSION:-1.2.3} 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/eet/eet.info b/libraries/eet/eet.info index 362dd23e1e..e70da9860d 100644 --- a/libraries/eet/eet.info +++ b/libraries/eet/eet.info @@ -1,8 +1,10 @@ PRGNAM="eet" -VERSION="1.2.0" +VERSION="1.2.3" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/releases/eet-1.2.0.tar.bz2" -MD5SUM="aaaff6b7ad48d93b2f701c1b5c5b33eb" +DOWNLOAD="http://download.enlightenment.org/releases/eet-1.2.3.tar.bz2" +DOWNLOAD_x86_64="" +MD5SUM="dac2f538ae15196a0b0b4e5164669be8" +MD5SUM_x86_64="" MAINTAINER="Aleksandar Samardzic" EMAIL="asamardzic@gmail.com" -APPROVED="dsomero" +APPROVED="Erik Hanson" diff --git a/libraries/eet/slack-desc b/libraries/eet/slack-desc index 1e51e1e0b9..e01ac1ef53 100644 --- a/libraries/eet/slack-desc +++ b/libraries/eet/slack-desc @@ -1,3 +1,10 @@ +# 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 ------------------------------------------------| eet: Eet (one of the Enlightenment DR17 foundation libraries) eet: @@ -9,3 +16,4 @@ eet: eet: Eet home page is: http://www.enlightenment.org/ eet: eet: +eet: |