blob: 24802c9553a5e45436b032fc35ce4e77d11951ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=pkgconf
version=2.4.3
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
}
|