# $Id: PKGBUILD 1670 2009-08-27 21:09:09Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Enrico Morelli _automakever=`pacman -Q automake | cut -f 2 -d \ | cut -f 1 -d -` pkgname=openmotif pkgver=2.3.2 pkgrel=1 pkgdesc="Open Motif" arch=('i686' 'x86_64') url="http://www.motifzone.org/" license=('GPL') depends=(libxext libxp libxft libxt) makedepends=(xbitmaps xproto printproto xextproto automake) conflicts=(lesstif) options=('!libtool') source=(http://www.motifzone.org/files/public_downloads/openmotif/2.3/$pkgver/openmotif-$pkgver.tar.gz \ openmotif-etched-in-menus.diff \ openmotif-insensitive-label.diff) md5sums=('bf5479d52bc114d299200ec20e463e96' '15d9230dbf832a8c595bb93b556d96d5' '455c274ec5529c3c1e4b488c2d030b6e') build() { cd $startdir/src/openmotif-$pkgver [ $NOEXTRACT -eq 1 ] || patch -p0 Makefile.in <