updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / xpa / PKGBUILD
blob9cee0352abd1aacd0ba645b5a22dc91840578f6e
1 # Maintainer:  <clu>
3 pkgname=xpa  
4 pkgver=2.1.13
5 pkgrel=1 
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/"
8 arch=('i686' 'x86_64')
9 license=('GPL2')
10 depends=()
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 source=(ftp://sao-ftp.harvard.edu/pub/rd/$pkgname/$pkgname-${pkgver}.tar.gz)
16 md5sums=('052053e329a8a03fa6f512f9aadf4828')
18 build() {
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
26   make 
27   make INSTALL_ROOT=$pkgdir install