6 pkgdesc="provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs."
7 url="http://hea-www.harvard.edu/RD/xpa/"
15 source=(ftp://sao-ftp.harvard.edu/pub/rd/$pkgname/$pkgname-${pkgver}.tar.gz)
16 md5sums=('052053e329a8a03fa6f512f9aadf4828')
19 cd $srcdir/$pkgname-$pkgver
21 ./configure --prefix=/usr --enable-shared=yes
22 # make install fails to make directories if the root doesn't exist, so we make them...
23 mkdir -p $pkgdir/usr/lib
24 mkdir -p $pkgdir/usr/include
25 mkdir -p $pkgdir/usr/bin
27 make INSTALL_ROOT=$pkgdir install