academic/xflr5: Update DOWNLOAD.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
b66b94d5ec
commit
d686b2ba6d
|
@ -85,8 +85,9 @@ sed -i "s/target\.path = \$\$PREFIX\/lib/target\.path = \$\$PREFIX\/lib${LIBDIRS
|
|||
sed -i "s/target\.path = \$\$PREFIX\/lib/target\.path = \$\$PREFIX\/lib${LIBDIRSUFFIX}/g" \
|
||||
xflr5-engine/xflr5-engine.pro
|
||||
|
||||
# Patch seems to have been made with other line endings to the source.
|
||||
# Fix linking
|
||||
patch -p0 < $CWD/link_directly.patch
|
||||
sed "s,$,\r," $CWD/link_directly.patch | patch -lp0 --verbose --binary
|
||||
|
||||
qmake-qt5 \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="xflr5"
|
||||
VERSION="6.47"
|
||||
HOMEPAGE="http://www.xflr5.com/xflr5.htm"
|
||||
DOWNLOAD="https://ayera.dl.sourceforge.net/project/xflr5/6.47/xflr5_v6.47_src.tar.gz"
|
||||
DOWNLOAD="https://slackware.uk/sbosrcarch/by-name/academic/xflr5/xflr5_v6.47_src.tar.gz"
|
||||
MD5SUM="272484cc3fe077af31bbe2ad7ef4205b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue