stage 4 package updates
[hdw-linux/hdw-linux.git] / packages / x11 / lesstif / lesstif
index 5871f96..fab7197 100644 (file)
@@ -2,11 +2,15 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 0.93.94
-# [S] 3-6
-# [D] lesstif-0.93.94.tar.bz2 http://belnet.dl.sourceforge.net/sourceforge/lesstif/
+# [V] 0.94.4
+# [S] 3-4
+# [D] lesstif-0.94.4.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/lesstif/
 
-confopt=${confopt//--prefix* /--prefix=$root\/usr\/X11 }
-confopt="$confopt --enable-build-Xlt --enable-build-Xbae"
-confopt="$confopt --with-xdnd --with-editres --enable-production"
-CC="$CC -L$root/src.lesstif/lesstif-$ver/lib/Xm-2.0"
+confopt="$confopt --enable-production --with-xdnd --disable-debug"
+make_conf="rootdir=$docdir $make_conf"
+install_conf="rootdir=$docdir $install_conf"
+
+post_install() {
+       mv -v $prefix/X11R6/lib/X11/mwm $root/etc/X11
+       ln -v -s ../../../../etc/X11/mwm $prefix/X11R6/lib/X11
+               }