updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mingw-w64-pkg-config / PKGBUILD
blob8893e078df901b175e92cd391a5ea18430e49992
1 pkgname=mingw-w64-pkg-config
2 pkgver=1
3 pkgrel=1
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'
5 arch=('any')
6 url=('http://pkg-config.freedesktop.org/')
7 license=('zlib')
8 depends=('pkg-config')
9 source=('x86_64-w64-mingw32-pkg-config')
10 md5sums=('0ca01bc5e37d5fccff410c2ce23dc318')
12 build(){
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"