# -*-makefile-*- # # Copyright (C) 2006 by Erwin Rol # 2010 Michael Olbrich # # 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_DRIVER_INPUT_MOUSE) += xorg-driver-input-mouse # # Paths and names # XORG_DRIVER_INPUT_MOUSE_VERSION := 1.9.0 XORG_DRIVER_INPUT_MOUSE_MD5 := 36b5b92000c4644f648b58a535e4ee73 XORG_DRIVER_INPUT_MOUSE := xf86-input-mouse-$(XORG_DRIVER_INPUT_MOUSE_VERSION) XORG_DRIVER_INPUT_MOUSE_SUFFIX := tar.bz2 XORG_DRIVER_INPUT_MOUSE_URL := $(call ptx/mirror, XORG, individual/driver/$(XORG_DRIVER_INPUT_MOUSE).$(XORG_DRIVER_INPUT_MOUSE_SUFFIX)) XORG_DRIVER_INPUT_MOUSE_SOURCE := $(SRCDIR)/$(XORG_DRIVER_INPUT_MOUSE).$(XORG_DRIVER_INPUT_MOUSE_SUFFIX) XORG_DRIVER_INPUT_MOUSE_DIR := $(BUILDDIR)/$(XORG_DRIVER_INPUT_MOUSE) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- XORG_DRIVER_INPUT_MOUSE_CONF_ENV := \ $(CROSS_ENV) \ PTXDIST_PKG_CONFIG_VAR_NO_SYSROOT=sdkdir # # autoconf # XORG_DRIVER_INPUT_MOUSE_CONF_TOOL := autoconf # ---------------------------------------------------------------------------- # Target-Install # ---------------------------------------------------------------------------- $(STATEDIR)/xorg-driver-input-mouse.targetinstall: @$(call targetinfo) @$(call install_init, xorg-driver-input-mouse) @$(call install_fixup, xorg-driver-input-mouse,PRIORITY,optional) @$(call install_fixup, xorg-driver-input-mouse,SECTION,base) @$(call install_fixup, xorg-driver-input-mouse,AUTHOR,"Erwin Rol ") @$(call install_fixup, xorg-driver-input-mouse,DESCRIPTION,missing) @$(call install_copy, xorg-driver-input-mouse, 0, 0, 0755, -, \ /usr/lib/xorg/modules/input/mouse_drv.so) @$(call install_finish, xorg-driver-input-mouse) @$(call touch) # vim: syntax=make