2021-07-16 23:33:05 +03:00
|
|
|
wget https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
|
2021-07-16 03:05:23 +03:00
|
|
|
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
|