aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/pkgconf/abuild
blob: cedb0db88f4e64a41374b06790b99c9851d593da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=pkgconf
version=2.5.0
release=1
source="http://distfiles.dereferenced.org/$name/$name-$version.tar.gz"
build_type=configure_build
build_opt="--with-pkg-config-dir=/usr/lib/pkgconfig:/usr/share/pkgconfig
	--with-system-libdir=/lib:/usr/lib
	--with-system-includedir=/usr/include"

postbuild() {
	ln -sf pkgconf $PKG/usr/bin/pkg-config
}