repo/extra/pkgconf/build

14 lines
193 B
Plaintext
Raw Normal View History

2019-05-18 15:21:03 +00:00
#!/bin/sh -e
./configure \
2019-05-18 15:44:10 +00:00
--prefix=/usr \
--sysconfdir=/etc
2019-05-18 15:21:03 +00:00
make
2021-07-18 03:05:49 +00:00
make install
2019-05-18 15:21:03 +00:00
2019-09-16 10:35:39 +00:00
ln -s pkgconf "$1/usr/bin/pkg-config"
2021-07-06 10:39:28 +00:00
# Remove documentation (README, etc).
rm -rf "$1/usr/share/doc"