summaryrefslogtreecommitdiffstats
path: root/rules/host-libuuid.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libuuid.make')
-rw-r--r--rules/host-libuuid.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/host-libuuid.make b/rules/host-libuuid.make
new file mode 100644
index 000000000..8c836cfbf
--- /dev/null
+++ b/rules/host-libuuid.make
@@ -0,0 +1,37 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Carsten Schlote <c.schlote@konzeptpark.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_LIBUUID) += host-libuuid
+
+# ----------------------------------------------------------------------------
+# Virtual fake package
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-libuuid.get:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.extract:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.prepare:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.compile:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.install:
+ @$(call targetinfo)
+ @$(call touch)
+
+
+# vim: syntax=make