mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/fldigi: Updated for version 3.20.23.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
809d80c39c
commit
675f9e1d30
3 changed files with 8 additions and 8 deletions
|
@ -9,4 +9,4 @@ internet.
|
||||||
|
|
||||||
This requires fltk and portaudio.
|
This requires fltk and portaudio.
|
||||||
|
|
||||||
libsndfile and portaudio are optional dependencies.
|
libsndfile and pulseaudio are optional dependencies.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# In which case, I may just send YOU five dollars.
|
# In which case, I may just send YOU five dollars.
|
||||||
|
|
||||||
PRGNAM=fldigi
|
PRGNAM=fldigi
|
||||||
VERSION=${VERSION:-3.20.17}
|
VERSION=${VERSION:-3.20.23}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:_SBo}
|
TAG=${TAG:_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ find . \
|
||||||
-exec chmod 755 {} \; -o \
|
-exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -73,7 +73,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--build=$ARCH-slackware-linux \
|
--build=$ARCH-slackware-linux \
|
||||||
--without-asciidoc
|
--without-asciidoc
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="fldigi"
|
PRGNAM="fldigi"
|
||||||
VERSION="3.20.17"
|
VERSION="3.20.23"
|
||||||
HOMEPAGE="http://www.w1hkj.com/Fldigi.html"
|
HOMEPAGE="http://www.w1hkj.com/Fldigi.html"
|
||||||
DOWNLOAD="http://www.w1hkj.com/downloads/fldigi-3.20.17.tar.gz"
|
DOWNLOAD="http://www.w1hkj.com/downloads/fldigi-3.20.23.tar.gz"
|
||||||
MD5SUM="cc301844b05c6ee955209a401e601211"
|
MD5SUM="9ae8ef32ad92071e4ad58523ec04d14b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="JK Wood"
|
MAINTAINER="JK Wood"
|
||||||
EMAIL="joshuakwood@gmail.com"
|
EMAIL="joshuakwood@gmail.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue