diff --git a/packages/toolchain/devel/pkg-config/meta b/packages/toolchain/devel/pkg-config/meta new file mode 100644 index 0000000000..cc53aa848a --- /dev/null +++ b/packages/toolchain/devel/pkg-config/meta @@ -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" diff --git a/packages/toolchain/devel/pkg-config/patches/pkg-config-0.25-m4_pattern_allow.diff b/packages/toolchain/devel/pkg-config/patches/pkg-config-0.25-m4_pattern_allow.patch similarity index 100% rename from packages/toolchain/devel/pkg-config/patches/pkg-config-0.25-m4_pattern_allow.diff rename to packages/toolchain/devel/pkg-config/patches/pkg-config-0.25-m4_pattern_allow.patch diff --git a/packages/toolchain/devel/pkg-config/url b/packages/toolchain/devel/pkg-config/url deleted file mode 100644 index 8554871808..0000000000 --- a/packages/toolchain/devel/pkg-config/url +++ /dev/null @@ -1 +0,0 @@ -http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz