small fix to INSTALL documentation + build qt licq frontend
[hdw-linux/hdw-linux.git] / packages / hackbard / licq / licq
index 0342432..d0039fd 100644 (file)
@@ -5,3 +5,9 @@
 # [V] 1.2.7
 # [S] 3-8
 # [D] licq-1.2.7.tar.bz2 http://belnet.dl.sourceforge.net/sourceforge/licq/
+
+post_install() {
+       cd plugins/qt-gui
+       ./configure $confopt
+       make $make_conf ; make install $install_conf
+               }