about summary refs log tree commit diff
path: root/test/build/pkgconfig-build.sh
blob: ff418056fdbeabe2c6407b04a8b9f9d38d09cc53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

export PATH=/bin:/usr/bin

top=`pwd`
tar xvfz $src
cd pkgconfig-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pkgconfig-*