summaryrefslogtreecommitdiffstats
path: root/rules/host-lndir.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-lndir.make')
-rw-r--r--rules/host-lndir.make36
1 files changed, 36 insertions, 0 deletions
diff --git a/rules/host-lndir.make b/rules/host-lndir.make
new file mode 100644
index 000000000..eef5ae46a
--- /dev/null
+++ b/rules/host-lndir.make
@@ -0,0 +1,36 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Jon Ringle
+#
+# 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
+#
+LAZY_PACKAGES-$(PTXCONF_HOST_LNDIR) += host-lndir
+
+#
+# Paths and names
+#
+HOST_LNDIR_VERSION := 1.0.2
+HOST_LNDIR_MD5 := 619acbb2ed766d7762f02328513b1f72
+HOST_LNDIR := lndir-$(HOST_LNDIR_VERSION)
+HOST_LNDIR_SUFFIX := tar.bz2
+HOST_LNDIR_URL := http://ftp.x.org/pub/individual/util/$(HOST_LNDIR).$(HOST_LNDIR_SUFFIX)
+HOST_LNDIR_SOURCE := $(SRCDIR)/$(HOST_LNDIR).$(HOST_LNDIR_SUFFIX)
+HOST_LNDIR_DIR := $(HOST_BUILDDIR)/$(HOST_LNDIR)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LNDIR_CONF_TOOL := autoconf
+
+# vim: syntax=make