summaryrefslogtreecommitdiffstats
path: root/rules/host-chrpath.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-06 08:52:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-06 19:15:20 +0200
commitc5beab4142af3e0efb36ef0b5029fa49f0a83cee (patch)
treed178d36fe9c2b3ff018bfd1756b62537caf7c093 /rules/host-chrpath.make
parent384af050c635b4f88a7a99f1d8d35618a6d48a6f (diff)
downloadptxdist-c5beab4142af3e0efb36ef0b5029fa49f0a83cee.tar.gz
ptxdist-c5beab4142af3e0efb36ef0b5029fa49f0a83cee.tar.xz
[host-chrpath] add new host package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-chrpath.make')
-rw-r--r--rules/host-chrpath.make42
1 files changed, 42 insertions, 0 deletions
diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make
new file mode 100644
index 000000000..6af937919
--- /dev/null
+++ b/rules/host-chrpath.make
@@ -0,0 +1,42 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CHRPATH) += host-chrpath
+
+#
+# Paths and names
+#
+HOST_CHRPATH_VERSION := 0.13
+HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION)
+HOST_CHRPATH_SUFFIX := tar.gz
+HOST_CHRPATH_URL := \
+ ftp://ftp.hungry.com/pub/hungry/chrpath/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX) \
+ http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH_SOURCE := $(SRCDIR)/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH_DIR := $(HOST_BUILDDIR)/$(HOST_CHRPATH)
+
+# ----------------------------------------------------------------------------
+# Get
+# ----------------------------------------------------------------------------
+
+$(HOST_CHRPATH_SOURCE):
+ @$(call targetinfo)
+ @$(call get, HOST_CHRPATH)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_CHRPATH_CONF_TOOL := autoconf
+
+# vim: syntax=make