libraries/liblogging: Updated for version 1.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2014-04-01 15:03:47 +07:00 committed by Willy Sudiarto Raharjo
parent 01fbf7761f
commit d40a13891a
2 changed files with 10 additions and 8 deletions

View file

@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=liblogging
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,16 +78,18 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--disable-journal \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
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/html
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/html/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a rfc3195/doc/html/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="liblogging"
VERSION="1.0.0"
VERSION="1.0.3"
HOMEPAGE="http://www.liblogging.org/"
DOWNLOAD="http://download.rsyslog.com/liblogging/liblogging-1.0.0.tar.gz"
MD5SUM="3dbd15c43f68d25d1212e268970d3a0d"
DOWNLOAD="http://download.rsyslog.com/liblogging/liblogging-1.0.3.tar.gz"
MD5SUM="6e92a53d668816de00f897856b6e39b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""