summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-oldX.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-01-19 17:41:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-01-19 17:41:09 +0000
commit8fb513be9155a57452745ab6341cdb58b0764ef3 (patch)
treed4c68a147c78a348d1bc506ff8ae4e366f44bf78 /rules/xorg-lib-oldX.make
parente379c49039cd071cd1007303d9b4102f474ef114 (diff)
downloadptxdist-8fb513be9155a57452745ab6341cdb58b0764ef3.tar.gz
ptxdist-8fb513be9155a57452745ab6341cdb58b0764ef3.tar.xz
* xorg-lib-oldX: change paket name to be correct according to
the ipkg naming rules. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6887 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-oldX.make')
-rw-r--r--rules/xorg-lib-oldX.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/xorg-lib-oldX.make b/rules/xorg-lib-oldX.make
index 4b6348a9b..c03e58aff 100644
--- a/rules/xorg-lib-oldX.make
+++ b/rules/xorg-lib-oldX.make
@@ -1,8 +1,8 @@
# -*-makefile-*-
# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
-# Copyright (C) 2006 by Erwin rol
-#
+# Copyright (C) 2006 by Erwin Rol
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_XORG_LIB_OLDX) += xorg-lib-oldX
XORG_LIB_OLDX_VERSION := 1.0.1
XORG_LIB_OLDX := liboldX-X11R7.0-$(XORG_LIB_OLDX_VERSION)
XORG_LIB_OLDX_SUFFIX := tar.bz2
-XORG_LIB_OLDX_URL := $(PTXCONF_SETUP_XORGMIRROR)/X11R7.0/src/lib//$(XORG_LIB_OLDX).$(XORG_LIB_OLDX_SUFFIX)
+XORG_LIB_OLDX_URL := $(PTXCONF_SETUP_XORGMIRROR)/X11R7.0/src/lib/$(XORG_LIB_OLDX).$(XORG_LIB_OLDX_SUFFIX)
XORG_LIB_OLDX_SOURCE := $(SRCDIR)/$(XORG_LIB_OLDX).$(XORG_LIB_OLDX_SUFFIX)
XORG_LIB_OLDX_DIR := $(BUILDDIR)/$(XORG_LIB_OLDX)
@@ -107,7 +107,7 @@ $(STATEDIR)/xorg-lib-oldX.targetinstall: $(xorg-lib-oldX_targetinstall_deps_defa
@$(call targetinfo, $@)
@$(call install_init, xorg-lib-oldX)
- @$(call install_fixup, xorg-lib-oldX,PACKAGE,xorg-lib-oldX)
+ @$(call install_fixup, xorg-lib-oldX,PACKAGE,xorg-lib-oldx)
@$(call install_fixup, xorg-lib-oldX,PRIORITY,optional)
@$(call install_fixup, xorg-lib-oldX,VERSION,$(XORG_LIB_OLDX_VERSION))
@$(call install_fixup, xorg-lib-oldX,SECTION,base)
@@ -126,6 +126,7 @@ $(STATEDIR)/xorg-lib-oldX.targetinstall: $(xorg-lib-oldX_targetinstall_deps_defa
@$(call install_link, xorg-lib-oldX, \
liboldX.so.6.0.0, \
$(XORG_LIBDIR)/liboldX.so)
+
@$(call install_finish, xorg-lib-oldX)
@$(call touch, $@)