# Description: Version libre de OSF/Motif # URL: http://lesstif.sourceforge.net/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: freetype, xorg, xorg-libxp # Run on: freetype,xorg-libxp,xorg-libxt,xorg-libsm,xorg-libice name=lesstif version=0.95.2 release=1 source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc/X11 \ --mandir=/usr/share/man \ --disable-debug \ --enable-production \ --with-xdnd \ --infodir=/usr/share/info sed -i "s@libdir)/X11/mwm@sysconfdir)/mwm@" clients/Motif-2.1/mwm/Makefile make rootdir=/usr/share/doc/$name-$version make rootdir=/usr/share/doc/$name-$version DESTDIR=$PKG install # Remove this file because belong to perl allready rm $PKG/usr/share/man/man3/Shell.3 ln -v -sf /etc/X11/mwm $PKG/usr/lib/X11 rm -r $PKG/usr/share/doc }