summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-print.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 17:41:20 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 00:24:17 +0200
commitc4ba4def452ebf6775831400b770a07e6339e9e7 (patch)
tree936fdbbe7b1eff1aea0fedcdcc4148197ed15d96 /rules/xorg-proto-print.make
parenta48772363fa4c68d03fe58ac3cfedce77b5117d8 (diff)
downloadptxdist-c4ba4def452ebf6775831400b770a07e6339e9e7.tar.gz
ptxdist-c4ba4def452ebf6775831400b770a07e6339e9e7.tar.xz
xorg-proto-print: version bump 1.0.4 -> 1.0.5
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-proto-print.make')
-rw-r--r--rules/xorg-proto-print.make28
1 files changed, 3 insertions, 25 deletions
diff --git a/rules/xorg-proto-print.make b/rules/xorg-proto-print.make
index 5f1dc3285..b53a8698d 100644
--- a/rules/xorg-proto-print.make
+++ b/rules/xorg-proto-print.make
@@ -18,44 +18,22 @@ PACKAGES-$(PTXCONF_XORG_PROTO_PRINT) += xorg-proto-print
#
# Paths and names
#
-XORG_PROTO_PRINT_VERSION:= 1.0.4
-XORG_PROTO_PRINT_MD5 := 7321847a60748b4d2f1fa16db4b6ede8
+XORG_PROTO_PRINT_VERSION:= 1.0.5
+XORG_PROTO_PRINT_MD5 := 99d0e25feea2fead7d8325b7000b41c3
XORG_PROTO_PRINT := printproto-$(XORG_PROTO_PRINT_VERSION)
XORG_PROTO_PRINT_SUFFIX := tar.bz2
XORG_PROTO_PRINT_URL := $(call ptx/mirror, XORG, individual/proto/$(XORG_PROTO_PRINT).$(XORG_PROTO_PRINT_SUFFIX))
XORG_PROTO_PRINT_SOURCE := $(SRCDIR)/$(XORG_PROTO_PRINT).$(XORG_PROTO_PRINT_SUFFIX)
XORG_PROTO_PRINT_DIR := $(BUILDDIR)/$(XORG_PROTO_PRINT)
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(XORG_PROTO_PRINT_SOURCE):
- @$(call targetinfo)
- @$(call get, XORG_PROTO_PRINT)
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-XORG_PROTO_PRINT_PATH := PATH=$(CROSS_PATH)
-XORG_PROTO_PRINT_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-XORG_PROTO_PRINT_AUTOCONF := \
- $(CROSS_AUTOCONF_USR) \
- --disable-specs
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-proto-print.targetinstall:
- @$(call targetinfo)
- @$(call touch)
+XORG_PROTO_PRINT_CONF_TOOL := autoconf
# vim: syntax=make