Added /share/pkgconfig as an alternate lookup path in addition to --docdir in base/pkgconf
This commit is contained in:
parent
cdaaa1dde8
commit
45473795cd
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
app=pkgconf
|
app=pkgconf
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
build=2sml
|
build=3sml
|
||||||
homepage="https://git.sr.ht/~kaniini/pkgconf"
|
homepage="https://git.sr.ht/~kaniini/pkgconf"
|
||||||
download="https://distfiles.dereferenced.org/pkgconf/pkgconf-$version.tar.xz"
|
download="https://distfiles.dereferenced.org/pkgconf/pkgconf-$version.tar.xz"
|
||||||
desc="Drop-in replacement for the bloated pkg-config utility"
|
desc="Drop-in replacement for the bloated pkg-config utility"
|
||||||
|
@ -18,8 +18,9 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix="" \
|
||||||
|
--docdir="/share/doc/$app-$version" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pkg-config-dir=/lib/pkgconfig
|
--with-pkg-config-dir="/lib/pkgconfig:/share/pkgconfig"
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
Loading…
Reference in a new issue