forked from alnux/repo
8 lines
268 B
Text
8 lines
268 B
Text
|
wget https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
|
||
|
tar -xf pkg-config-0.29.2.tar.gz
|
||
|
cd pkg-config-0.29.2
|
||
|
|
||
|
./configure --prefix=/usr --with-internal-glib --disable-host-tool --docdir=/usr/share/doc/pkg-config-0.29.2
|
||
|
make
|
||
|
make DESTDIR="$1" install
|