mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
pkg-config: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cea8b8ba27
commit
6c4d0cd366
14
packages/toolchain/devel/pkg-config/meta
Normal file
14
packages/toolchain/devel/pkg-config/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="pkg-config"
|
||||
PKG_VERSION="0.25"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.freedesktop.org/software/pkgconfig/"
|
||||
PKG_URL="http://pkgconfig.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/devel"
|
||||
PKG_SHORTDESC="pkg-config: A library configuration management system"
|
||||
PKG_LONGDESC="pkg-config is a system for managing library compile/link flags that works with automake and autoconf. It replaces the ubiquitous *-config scripts you may have seen with a single tool."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
|
Loading…
x
Reference in New Issue
Block a user