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

export PATH=/bin:/usr/bin

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