| 1 | | |
| | 1 | wget [http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz pkg-config 0.23 http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz pkg-config 0.23] |
| | 2 | |
| | 3 | cd pkg-config-0.23 |
| | 4 | |
| | 5 | patch -p0 -i [http://ports.haiku-files.org/browser/haikuports/trunk/dev-libs/glib/pkgconfig_glib-1.2.10-installable.diff pkgconfig_glib-1.2.10-installable.diff] |
| | 6 | |
| | 7 | cp /boot/common/share/libtool/config/config.guess .[[BR]] |
| | 8 | cp /boot/common/share/libtool/config/config.sub .[[BR]] |
| | 9 | libtoolize --force --copy[[BR]] |
| | 10 | aclocal[[BR]] |
| | 11 | automake[[BR]] |
| | 12 | autoconf[[BR]] |
| | 13 | configure --prefix=/boot/common [[BR]] |
| | 14 | make [[BR]] |
| | 15 | make check[[BR]] |
| | 16 | make install[[BR]] |
| | 17 | |