Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = ["--disable-static"]
|
||||
post_install = [ "ln -sv pkgconf $DESTDIR/usr/bin/pkg-config", "ln -sv pkgconf.1 $DESTDIR/usr/share/man/man1/pkg-config.1" ]
|
||||
skip_tests = true
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "successor to pkg-config and contains a tool for passing the include path and/or library paths to build tools during the configure and make phases of package installations"
|
||||
homepage = "http://pkgconf.org/"
|
||||
license = "ISC"
|
||||
name = "pkgconf"
|
||||
version = "2.5.1"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243"
|
||||
url = "https://distfiles.ariadne.space/pkgconf/pkgconf-$version.tar.xz"
|
||||
Reference in New Issue
Block a user