repo/pkg-config-fd/build

8 lines
268 B
Text
Raw Normal View History

2021-07-16 03:05:23 +03:00
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