# $Id: PKGBUILD 16932 2010-05-13 22:21:25Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Enrico Morelli _automakever=`pacman -Q automake | cut -f 2 -d \ | cut -f 1 -d -` pkgname=openmotif pkgver=2.3.3 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) md5sums=('fd27cd3369d6c7d5ef79eccba524f7be') build() { cd $startdir/src/openmotif-$pkgver [ $NOEXTRACT -eq 1 ] || patch -p0 Makefile.in <