summaryrefslogtreecommitdiff
path: root/lesstif/Pkgfile
blob: 04d3f7d6f611d63ebdbf29af39d962462d607f31 (plain)
    1 # Description: A free replacement for Motif
    2 # URL: http://www.lesstif.org/
    3 # Maintainer: Antti Nykanen, aon at iki dot fi
    4 # Depends on: xorg
    5 
    6 name=lesstif
    7 version=0.95.0
    8 release=1
    9 source=(http://dl.sf.net/lesstif/lesstif-$version.tar.bz2
   10 	lesstif-$version-libxpm.patch
   11 	lesstif-$version-vendorsp.patch)
   12 
   13 build() {
   14 	cd lesstif-$version
   15 	patch -p0 -i $SRC/lesstif-$version-libxpm.patch
   16 	patch -p0 -i $SRC/lesstif-$version-vendorsp.patch
   17 	./configure \
   18 		--prefix=/usr \
   19 		--enable-nonstandard-conversions \
   20 		--disable-debug \
   21 		--with-editres \
   22 		--with-xdnd
   23 	make
   24 	make DESTDIR=$PKG install
   25 	rm -rf $PKG/usr/LessTif $PKG/usr/bin/mwm \
   26 	       $PKG/usr/lib/X11/{app-defaults,mwm} \
   27 	       $PKG/usr/man/man{1/mwm.1,5/mwmrc.5}
   28 }

Generated by cgit