misc/xca: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
63dec0b408
commit
bbfb45b9d9
|
@ -6,3 +6,5 @@ Smartcards and CRLs.
|
||||||
|
|
||||||
Some certificate templates and other data are located in
|
Some certificate templates and other data are located in
|
||||||
/usr/share/xca
|
/usr/share/xca
|
||||||
|
|
||||||
|
If you're upgrading, be sure to make a backup of your database!
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- configure.orig 2014-03-28 05:27:55.968017610 -0700
|
|
||||||
+++ configure 2014-03-28 05:32:52.243020610 -0700
|
|
||||||
@@ -189,7 +189,7 @@
|
|
||||||
pkg-config QtGui openssl --libs >/dev/null;
|
|
||||||
then
|
|
||||||
CF="`pkg-config QtGui openssl --cflags`"
|
|
||||||
- LIBS="`pkg-config QtGui openssl --libs` -lltdl"
|
|
||||||
+ LIBS="`pkg-config QtGui openssl --libs` -lltdl ${LIBS}"
|
|
||||||
else
|
|
||||||
by_hand=true
|
|
||||||
fi
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for xca
|
# Slackware build script for xca
|
||||||
|
|
||||||
# Copyright 2014 Kent Fritz, Mountain View, CA
|
# Copyright 2014-2015 Kent Fritz, Mountain View, CA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xca
|
PRGNAM=xca
|
||||||
VERSION=${VERSION:-1.0.0}
|
VERSION=${VERSION:-1.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,6 @@ cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
patch < $CWD/patch.configure
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
@ -70,14 +69,18 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
prefix=/usr \
|
./configure --prefix=/usr
|
||||||
./configure
|
|
||||||
make
|
make
|
||||||
make install destdir=$PKG
|
make install destdir=$PKG
|
||||||
|
|
||||||
|
mv $PKG/usr/share/man $PKG/usr
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYRIGHT INSTALL VERSION changelog $PKG/usr/doc/$PRGNAM-$VERSION
|
mv $PKG/usr/share/doc/xca/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
rm -rf $PKG/usr/share/doc
|
||||||
|
cp -a AUTHORS COPYRIGHT INSTALL README.md VERSION changelog \
|
||||||
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="xca"
|
PRGNAM="xca"
|
||||||
VERSION="1.0.0"
|
VERSION="1.1.0"
|
||||||
HOMEPAGE="http://xca.sourceforge.net/"
|
HOMEPAGE="http://xca.sourceforge.net/"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/xca/files/xca/1.0.0/xca-1.0.0.tar.gz"
|
DOWNLOAD="http://sourceforge.net/projects/xca/files/xca/1.1.0/xca-1.1.0.tar.gz"
|
||||||
MD5SUM="e4e8b04047960cf984801e430a1703ab"
|
MD5SUM="645d3405938c97a3eb0450bbe20234c7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue