mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/colin: Use qt4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d7d7be757e
commit
a146a1573a
2 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ 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
|
||||
qmake
|
||||
make
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/colin2/files/colin-1.8.2.tar.xz"
|
|||
MD5SUM="e7260f262dbc563b40b6de529d6aa519"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="qt4"
|
||||
MAINTAINER="Prof. HORSTMANN"
|
||||
EMAIL="wmh@eipg.fr"
|
||||
|
|
Loading…
Reference in a new issue