summaryrefslogtreecommitdiffstats
path: root/rules/host-opkg-utils.make
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-05-19 16:03:57 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-20 19:40:29 +0200
commit2111af720445bc5182e8d950bd3f5d07a6eb2041 (patch)
tree96d51ac95b266ed2d9d1084f7a3a7c20b1543848 /rules/host-opkg-utils.make
parentb5d6f1c952e7e577098371dd875357c519b2b310 (diff)
downloadptxdist-2111af720445bc5182e8d950bd3f5d07a6eb2041.tar.gz
ptxdist-2111af720445bc5182e8d950bd3f5d07a6eb2041.tar.xz
host-opkg-utils: Added new host package.
Use opkg-utils instead of ipkg-utils when using opkg as the package managment system. svn trunk of opkg-utils is here: http://svn.openmoko.org/trunk/src/host/opkg-utils As of April 26, 2011 last change was: r4747 2008-11-02 21:59:59 I've hosted a tar.gz of r4747 at this URL: http://www.novatech-llc.com/files/opkg-utils-r4747.tar.gz Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-opkg-utils.make')
-rw-r--r--rules/host-opkg-utils.make35
1 files changed, 35 insertions, 0 deletions
diff --git a/rules/host-opkg-utils.make b/rules/host-opkg-utils.make
new file mode 100644
index 000000000..88d177122
--- /dev/null
+++ b/rules/host-opkg-utils.make
@@ -0,0 +1,35 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by George McCollister <george.mccollister@gmail.com>
+#
+# 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_OPKG_UTILS) += host-opkg-utils
+
+#
+# Paths and names
+#
+HOST_OPKG_UTILS_VERSION := r4747
+HOST_OPKG_UTILS_MD5 := 0dfe19a4a127bcea8e91a1735580841d
+HOST_OPKG_UTILS := opkg-utils-$(HOST_OPKG_UTILS_VERSION)
+HOST_OPKG_UTILS_SUFFIX := tar.gz
+HOST_OPKG_UTILS_URL := http://www.novatech-llc.com/files/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
+HOST_OPKG_UTILS_SOURCE := $(SRCDIR)/$(HOST_OPKG_UTILS).$(HOST_OPKG_UTILS_SUFFIX)
+HOST_OPKG_UTILS_DIR := $(HOST_BUILDDIR)/$(HOST_OPKG_UTILS)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_OPKG_UTILS_CONF_TOOL := NO
+HOST_OPKG_UTILS_MAKE_OPT := PREFIX= $(HOST_ENV_CC)
+HOST_OPKG_UTILS_INSTALL_OPT := $(HOST_OPKG_UTILS_MAKE_OPT) install
+
+# vim: syntax=make