academic/gp2fasta: Use qt4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-27 19:24:04 +01:00 committed by Robby Workman
parent 9aa12d6689
commit 0d57862299
2 changed files with 2 additions and 1 deletions

View file

@ -86,6 +86,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
. /etc/profile.d/qt4.sh
qmake -project
qmake

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://gp2fasta.netmark.pl/gp2fasta.zip"
MD5SUM="f1124fb098c531154f4e6dcf7c9d174d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt4"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"