mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libxml++: Updated for version 2.34.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f542fbfa36
commit
d310f50edb
3 changed files with 5 additions and 7 deletions
|
@ -2,5 +2,3 @@ libxml++ is a C++ wrapper for the libxml XML parser library. Its original
|
||||||
author is Ari Johnson and it is currently maintained by Christophe de
|
author is Ari Johnson and it is currently maintained by Christophe de
|
||||||
Vienne and Murray Cumming. It is released under the LGPL version 2 or
|
Vienne and Murray Cumming. It is released under the LGPL version 2 or
|
||||||
above.
|
above.
|
||||||
|
|
||||||
This requires glibmm and mm-common.
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Updated by Diogo Leal<diogo@diogoleal.com>
|
# Updated by Diogo Leal<diogo@diogoleal.com>
|
||||||
|
|
||||||
PRGNAM=libxml++
|
PRGNAM=libxml++
|
||||||
VERSION=2.34.1
|
VERSION=2.34.2
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libxml++"
|
PRGNAM="libxml++"
|
||||||
VERSION="2.34.1"
|
VERSION="2.34.2"
|
||||||
HOMEPAGE="http://libxmlplusplus.sourceforge.net"
|
HOMEPAGE="http://libxmlplusplus.sourceforge.net"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.1.tar.bz2"
|
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-2.34.2.tar.xz"
|
||||||
MD5SUM="996d2d3bc8d917a84f5a4ae34f1add0c"
|
MD5SUM="2ec0bf8f0d8d510a3b28c173a8a4b21c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="glibmm mm-common"
|
REQUIRES="glibmm mm-common"
|
||||||
|
|
Loading…
Reference in a new issue