guix/test/build/pkgconfig-build.sh

13 lines
147 B
Bash
Raw Normal View History

#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src
cd pkgconfig-*
./configure --prefix=$top
make
make install
2003-04-06 22:09:47 +00:00
cd ..
rm -rf pkgconfig-*