summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Ar Tourter <artourter@gmail.com>2011-12-11 23:01:32 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-11 23:01:32 -0200
commit2b387e94e934df18e1060ff9465ea2817f9abdd4 (patch)
tree525ed73a0396cac5a1018b17b2c6b8897ac59926 /office
parent58dfe23b8ec466a6b34e8e6223151974b39a6f94 (diff)
downloadslackbuilds-2b387e94e934df18e1060ff9465ea2817f9abdd4.tar.gz
slackbuilds-2b387e94e934df18e1060ff9465ea2817f9abdd4.tar.xz
office/kbibtex: Updated for version 0.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/kbibtex/kbibtex.SlackBuild10
-rw-r--r--office/kbibtex/kbibtex.info6
2 files changed, 7 insertions, 9 deletions
diff --git a/office/kbibtex/kbibtex.SlackBuild b/office/kbibtex/kbibtex.SlackBuild
index fa3c7c225e..1af7dfd70f 100644
--- a/office/kbibtex/kbibtex.SlackBuild
+++ b/office/kbibtex/kbibtex.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kbibtex
-VERSION=${VERSION:-0.3}
+VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,14 +76,13 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DMANDIR=man \
+ -DMANDIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev \
..
- make || make -j1
+ make VERBOSE=1
make install DESTDIR=$PKG
cd ..
@@ -91,11 +90,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| 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 \
- README LICENSE \
+ README LICENSE TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/office/kbibtex/kbibtex.info b/office/kbibtex/kbibtex.info
index 531f1d1659..fa1081d3ac 100644
--- a/office/kbibtex/kbibtex.info
+++ b/office/kbibtex/kbibtex.info
@@ -1,8 +1,8 @@
PRGNAM="kbibtex"
-VERSION="0.3"
+VERSION="0.4"
HOMEPAGE="http://home.gna.org/kbibtex/"
-DOWNLOAD="http://download.gna.org/kbibtex/0.3/kbibtex-0.3.tar.bz2"
-MD5SUM="79fc7ea383014ea84ca5d9e71f24be5a"
+DOWNLOAD="http://download.gna.org/kbibtex/0.4/kbibtex-0.4.tar.bz2"
+MD5SUM="4f8dd815bc2d5754812fdebb2a7d4abb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ar Tourter"