network/psi: Updated for version 0.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
88a229e79f
commit
676b2c9030
|
@ -34,14 +34,14 @@ else
|
|||
SLKCFLAGS=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -58,7 +58,7 @@ if [ -n "$SLKCFLAGS" ]; then
|
|||
*-g++*:QMAKE_CXXFLAGS += $SLKCFLAGS" >> conf.pri
|
||||
fi
|
||||
|
||||
make
|
||||
make
|
||||
make install INSTALL_ROOT=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="eugen@flevum.de"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
psi: Psi (Qt Jabber client)
|
||||
psi:
|
||||
psi: Psi is a capable Jabber client aimed at experienced users. Its design
|
||||
psi: goals are simplicity and stability. Psi is highly portable and runs
|
||||
psi: goals are simplicity and stability. Psi is highly portable and runs
|
||||
psi: on Windows, Unix/X11, and Mac OS X.
|
||||
psi: Psi is minimal but powerful. There are keybindings for just about
|
||||
psi: everything, Unicode is supported throughout, and contacts are cached
|
||||
psi: offline. Security is also a major consideration, and Psi provides it
|
||||
psi: offline. Security is also a major consideration, and Psi provides it
|
||||
psi: for both client-to-server (SSL) and client-to-client (GnuPG).
|
||||
psi:
|
||||
psi: Homepage: http://psi-im.org/
|
||||
|
|
Loading…
Reference in New Issue