Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ham/satdump: Update script. #8986

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ham/satdump/satdump.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=satdump
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down Expand Up @@ -92,7 +91,6 @@ cd build
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_INSTALL_DOCDIR=/usr/doc/$PRGNAM-$VERSION \
-DCMAKE_BUILD_TYPE=Release ..
make $NUMJOBS
make install/strip DESTDIR=$PKG
cd ..

Expand Down
4 changes: 2 additions & 2 deletions ham/satdump/satdump.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="satdump"
VERSION="1.2.1"
HOMEPAGE="https://www.satdump.org/"
DOWNLOAD="https://github.com/SatDump/SatDump/archive/1.2.1/SatDump-1.2.1.tar.gz"
MD5SUM="12a525d25886acf24bf90707b9b11e4d"
DOWNLOAD="https://github.com/SatDump/SatDump/archive/1.2.2/SatDump-1.2.2.tar.gz"
MD5SUM="dc2a0934d398ca511f05ddc1e6d85dbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="volk glfw3 nng"
Expand Down