void-packages/srcpkgs/pkg-config/template
Juergen Buchmueller e6baae38aa pkg-config: remove version check
It does not work with ./xbps-src bootstrap and we are using gcc6 now.
2016-11-29 01:17:43 +01:00

17 lines
596 B
Bash

# Template build file for 'pkg-config'
pkgname=pkg-config
version=0.29.1
revision=2
bootstrap=yes
build_style=gnu-configure
configure_args="--with-internal-glib --disable-host-tool"
# required for gcc6 bootstrap
hostmakedepends="gcc"
short_desc="System for managing library compile/link flags"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://pkgconfig.freedesktop.org/wiki/"
license="GPL-2"
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
checksum=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001
CFLAGS="-Wno-error=format-nonliteral"