1 pkgname=mingw-w64-pkg-config
4 pkgdesc='Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling with mingw-w64, see http://tinyurl.com/pkg-config-cross for more info'
6 url=('http://pkg-config.freedesktop.org/')
9 source=('x86_64-w64-mingw32-pkg-config')
10 md5sums=('0ca01bc5e37d5fccff410c2ce23dc318')
13 # This indeed has to go to the "normal" directory tree
14 install -d ${pkgdir}/usr/bin
15 install -m 755 x86_64-w64-mingw32-pkg-config ${pkgdir}/usr/bin
16 echo "Note that you can use PKG_CONFIG_PATH_CUSTOM to tweak pkg-config path further"
17 echo "See the x86_64-w64-mingw32-config file itself for more info"