libgee: Upgraded to 0.20.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-11-05 21:22:46 +07:00
parent 6c6f8fec9d
commit 7c44b848cc
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -7,8 +7,8 @@
# Modified by Willy Sudiarto Raharjo for CSB Project
PRGNAM=libgee
VERSION=${VERSION:-0.20.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
if [ -z "$ARCH" ]; then
@ -19,7 +19,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://download.gnome.org/sources/$PRGNAM/0.20/$PRGNAM-$VERSION.tar.xz
wget -c http://ftp.acc.umu.se/pub/gnome/sources/$PRGNAM/0.20/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}
@ -46,7 +46,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \