diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:31:48 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:31:48 +0200 |
commit | 944aa5f83d8264c21a69032d246ea8eadd178b1b (patch) | |
tree | ef17728446c7f635e7ef3923054df9ae7e2aba21 | |
parent | 1e000478efa29a8fe3d1d8c8eb35d1865122854a (diff) | |
download | slackbuilds-944aa5f83d8264c21a69032d246ea8eadd178b1b.tar.gz |
libraries/libsexy: Updated for version 0.1.11
-rw-r--r-- | libraries/libsexy/README | 7 | ||||
-rw-r--r-- | libraries/libsexy/libsexy.SlackBuild | 13 | ||||
-rw-r--r-- | libraries/libsexy/libsexy.info | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/libraries/libsexy/README b/libraries/libsexy/README index 5420925d1b..f7a004179c 100644 --- a/libraries/libsexy/README +++ b/libraries/libsexy/README @@ -1,4 +1,3 @@ -libsexy is a collection of GTK+ widgets that extend the -functionality of such standard widgets as GtkEntry and -GtkLabel by subclassing them and working around the -limitations of the widgets. +libsexy is a collection of GTK+ widgets that extend the functionality of +such standard widgets as GtkEntry and GtkLabel by subclassing them and +working around the limitations of the widgets. diff --git a/libraries/libsexy/libsexy.SlackBuild b/libraries/libsexy/libsexy.SlackBuild index 2772ba9813..3688f9e9b5 100644 --- a/libraries/libsexy/libsexy.SlackBuild +++ b/libraries/libsexy/libsexy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libsexy -# Copyright 2008 Robby Workman - http://rlworkman.net +# Copyright 2008-2009 Robby Workman - http://rlworkman.net # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -65,15 +65,14 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static + --disable-static \ + --build=$ARCH-slackware-linux 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 - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ @@ -86,4 +85,4 @@ 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/libsexy/libsexy.info b/libraries/libsexy/libsexy.info index 09ec995212..325e5e07f5 100644 --- a/libraries/libsexy/libsexy.info +++ b/libraries/libsexy/libsexy.info @@ -2,7 +2,9 @@ PRGNAM="libsexy" VERSION="0.1.11" HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" DOWNLOAD="http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="33c079a253270ec8bfb9508e4bb30754" +MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" APPROVED="BP{k}" |