academic/pamlX: Use qt4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-27 20:23:01 +01:00 committed by Robby Workman
parent a2f24b2422
commit 29440afed6
2 changed files with 3 additions and 1 deletions

View file

@ -79,6 +79,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
. /etc/profile.d/qt4.sh
# Fix the path where pamlX looks for the paml executables, its config
# file (if necessary it should be in your home directory) and the
# manuals installed by paml.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://abacus.gene.ucl.ac.uk/software/pamlX1.3.1-src.tgz"
MD5SUM="55cd96e17d94a30232fc0cdd1eaeccf4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="paml"
REQUIRES="paml qt4"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"