mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
misc/seahorse-plugins: Updated for version 20120904_75c66f6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1703497b56
commit
edb9612a01
2 changed files with 7 additions and 10 deletions
|
@ -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 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="seahorse-plugins"
|
||||
VERSION="2.30.1"
|
||||
VERSION="20120904_75c66f6"
|
||||
HOMEPAGE="https://live.gnome.org/Seahorse/Plugins"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/seahorse-plugins/2.30/seahorse-plugins-2.30.1.tar.bz2"
|
||||
MD5SUM="cb8a86a1039054b621f6419ac2219695"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/seahorse-plugins-20120904_75c66f6.tar.xz"
|
||||
MD5SUM="ab87610e5d2b9d959027293dced0f629"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="seahorse"
|
||||
REQUIRES="libcryptui seahorse"
|
||||
MAINTAINER="Andrew Rowland"
|
||||
EMAIL="darowland@ieee.org"
|
||||
|
|
Loading…
Reference in a new issue