libraries/libmseed: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6c399e5d31
commit
fb3ace4b58
|
@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -73,7 +73,7 @@ make static
|
|||
make shared
|
||||
|
||||
install -Dm755 $PRGNAM.so.$VERSION "$PKG/usr/lib${LIBDIRSUFFIX}/$PRGNAM.so.$VERSION"
|
||||
ln -s /usr/lib/$PRGNAM.so.$VERSION "$PKG/usr/lib${LIBDIRSUFFIX}/$PRGNAM.so"
|
||||
ln -s /usr/lib${LIBDIRSUFFIX}/$PRGNAM.so.$VERSION "$PKG/usr/lib${LIBDIRSUFFIX}/$PRGNAM.so"
|
||||
install -Dm644 $PRGNAM.a "$PKG/usr/include/$PRGNAM.a"
|
||||
install -Dm644 $PRGNAM.h "$PKG/usr/include/$PRGNAM.h"
|
||||
install -Dm644 lmplatform.h "$PKG/usr/include/lmplatform.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmseed"
|
||||
VERSION="2.18"
|
||||
HOMEPAGE="https://ds.iris.edu/ds/nodes/dmc/software/downloads/libmseed/"
|
||||
DOWNLOAD="https://seiscode.iris.washington.edu/attachments/download/1228/libmseed-2.18.tar.gz"
|
||||
MD5SUM="74aa4674eadd483826b4d41158206190"
|
||||
DOWNLOAD="https://github.com/iris-edu/libmseed/archive/v2.18/libmseed-2.18.tar.gz"
|
||||
MD5SUM="d7b99a5fb0ed6a0ad740352a6069661c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue