summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-20 18:58:38 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-20 18:58:38 +0200
commit2935d5636db7922db036af2b9f7afa0497369d2e (patch)
treea3113b37af5efb8078b8d44ba4ee97ecbd5006d9
parent8431626d4439c46d587d56ed4d1136a984e3cbdf (diff)
downloadembtoolkit-2935d5636db7922db036af2b9f7afa0497369d2e.tar.gz
embtoolkit-2935d5636db7922db036af2b9f7afa0497369d2e.tar.bz2
embtoolkit-2935d5636db7922db036af2b9f7afa0497369d2e.tar.xz
Host tools: pkgconfig: update to pkgconfig-0.25
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.com>
-rw-r--r--mk/pkgconfig.mk31
1 files changed, 16 insertions, 15 deletions
diff --git a/mk/pkgconfig.mk b/mk/pkgconfig.mk
index f913375..201e8ef 100644
--- a/mk/pkgconfig.mk
+++ b/mk/pkgconfig.mk
@@ -1,32 +1,33 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE, <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file pkgconfig.mk
# \brief pkgconfig.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE, <awg@embtoolkit.org>
# \date October 2009
################################################################################
-PKGCONFIG_VERSION := 0.23
+PKGCONFIG_VERSION := 0.25
PKGCONFIG_SITE := http://pkgconfig.freedesktop.org/releases
PKGCONFIG_PACKAGE := pkg-config-$(PKGCONFIG_VERSION).tar.gz
PKGCONFIG_BUILD_DIR := $(TOOLS_BUILD)/pkg-config-$(PKGCONFIG_VERSION)
-PKGCONFIG_DIR := $(HOSTTOOLS)/usr/local/pkg-config
+PKGCONFIG_DIR := $(HOSTTOOLS)/usr
PKGCONFIG_BIN := $(PKGCONFIG_DIR)/bin/pkg-config
export PKGCONFIG_BIN