aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/pkgconf/abuild
blob: 0405453e138b9545a61419d1b01e3f1d0a0d8223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=pkgconf
version=2.5.1
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
}