diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-23 17:42:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:53:30 -0500 |
commit | edb9612a01822639514075e8d651cb693c228362 (patch) | |
tree | 2a6879861de2d2341bbefcb7701603ae38999d06 /misc/seahorse-plugins/seahorse-plugins.SlackBuild | |
parent | 1703497b56ac7ad4c537913be23abadbd4c7da89 (diff) | |
download | slackbuilds-edb9612a01822639514075e8d651cb693c228362.tar.gz |
misc/seahorse-plugins: Updated for version 20120904_75c66f6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/seahorse-plugins/seahorse-plugins.SlackBuild')
-rw-r--r-- | misc/seahorse-plugins/seahorse-plugins.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/seahorse-plugins/seahorse-plugins.SlackBuild b/misc/seahorse-plugins/seahorse-plugins.SlackBuild index 14202e28f3..cdacafe9e3 100644 --- a/misc/seahorse-plugins/seahorse-plugins.SlackBuild +++ b/misc/seahorse-plugins/seahorse-plugins.SlackBuild @@ -5,7 +5,7 @@ # Written by Andrew Rowland <darowland@ieee.org> PRGNAM='seahorse-plugins' -VERSION=${VERSION:-2.30.1} +VERSION=${VERSION:-20120904_75c66f6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -53,7 +53,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ @@ -72,9 +72,6 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS ChangeLog COPYING* HACKING INSTALL MAINTAINERS NEWS README THANKS \ |