repo/pkg-config-fd/build
2021-07-16 22:33:05 +02:00

7 lines
268 B
Text
Executable file

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