Browse Source

libraries/asio: Fix url

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Martin Bångens 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
2ba03120aa
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 9
      libraries/asio/asio.SlackBuild
  2. 2
      libraries/asio/asio.info

9
libraries/asio/asio.SlackBuild

@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -73,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$GIT_TAG
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$GIT_TAG.tar.gz
cd $PRGNAM-$GIT_TAG
chown -R root:root .
find -L . \
@ -87,7 +84,7 @@ find -L . \
# --enable-separate-compilation separate compilation of asio source
# --enable-boost-coroutine use Boost.Coroutine to implement stackful coroutines
# --with-openssl=DIR location of openssl
#
#
cd asio
./autogen.sh
CFLAGS="$SLKCFLAGS" \
@ -100,7 +97,7 @@ make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -raf COPYING INSTALL LICENSE_1_0.txt README $PKG/usr/doc/$PRGNAM-$VERSION
cp -raf COPYING LICENSE_1_0.txt README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

2
libraries/asio/asio.info

@ -1,7 +1,7 @@
PRGNAM="asio"
VERSION="1.28.2"
HOMEPAGE="http://think-async.com/Asio/"
DOWNLOAD="https://github.com/chriskohlhoff/asio/archive/1-28-2/asio-1.28.2.tar.gz"
DOWNLOAD="https://github.com/chriskohlhoff/asio/archive/asio-1-28-2/asio-asio-1-28-2.tar.gz"
MD5SUM="82fc05d9007b6a26f2a27b44c5badd63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""

Loading…
Cancel
Save