summaryrefslogtreecommitdiffstats
path: root/rules/xorg-app-iceauth.make
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2010-12-01 13:19:12 -0600
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-12-23 21:05:52 +0100
commit075aba255a4cc824576fd9f32be3e6d2f850521d (patch)
tree5b252d90bd56c687a2d4ed1bfd1826a3c64c7d6b /rules/xorg-app-iceauth.make
parentd9a6fcb5253a12cab16f3a033cd001d52edf24c0 (diff)
downloadptxdist-075aba255a4cc824576fd9f32be3e6d2f850521d.tar.gz
ptxdist-075aba255a4cc824576fd9f32be3e6d2f850521d.tar.xz
xorg-app-iceauth: added packet
This program is required by some Window Managers and Desktop Environments such as XFCE. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-app-iceauth.make')
-rw-r--r--rules/xorg-app-iceauth.make58
1 files changed, 58 insertions, 0 deletions
diff --git a/rules/xorg-app-iceauth.make b/rules/xorg-app-iceauth.make
new file mode 100644
index 000000000..bbe3cf2f5
--- /dev/null
+++ b/rules/xorg-app-iceauth.make
@@ -0,0 +1,58 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2006 by Sascha Hauer
+# 2010 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
+#
+PACKAGES-$(PTXCONF_XORG_APP_ICEAUTH) += xorg-app-iceauth
+
+#
+# Paths and names
+#
+XORG_APP_ICEAUTH_VERSION := 1.0.4
+XORG_APP_ICEAUTH := iceauth-$(XORG_APP_ICEAUTH_VERSION)
+XORG_APP_ICEAUTH_SUFFIX := tar.bz2
+XORG_APP_ICEAUTH_URL := $(PTXCONF_SETUP_XORGMIRROR)/individual/app/$(XORG_APP_ICEAUTH).$(XORG_APP_ICEAUTH_SUFFIX)
+XORG_APP_ICEAUTH_SOURCE := $(SRCDIR)/$(XORG_APP_ICEAUTH).$(XORG_APP_ICEAUTH_SUFFIX)
+XORG_APP_ICEAUTH_DIR := $(BUILDDIR)/$(XORG_APP_ICEAUTH)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+XORG_APP_ICEAUTH_AUTOCONF := \
+ $(CROSS_AUTOCONF_USR) \
+ --datadir=$(PTXCONF_XORG_DEFAULT_DATA_DIR)
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/xorg-app-iceauth.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, xorg-app-iceauth)
+ @$(call install_fixup, xorg-app-iceauth, PRIORITY, optional)
+ @$(call install_fixup, xorg-app-iceauth, SECTION, base)
+ @$(call install_fixup, xorg-app-iceauth, AUTHOR, "george.mccollister@gmail.com>")
+ @$(call install_fixup, xorg-app-iceauth, DESCRIPTION, missing)
+
+ @$(call install_copy, xorg-app-iceauth, 0, 0, 0755, -, \
+ $(XORG_PREFIX)/bin/iceauth)
+
+ @$(call install_finish, xorg-app-iceauth)
+
+ @$(call touch)
+
+# vim: syntax=make