1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 2c8ca5ff2a8703cb7d898629a4311db720dbd30d0c162bfe37f18849a727bd42
10 PKG_DESCR
:= input utility
11 PKG_SECTION
:= x11
/utils
12 PKG_DEPENDS
:= libxi libxinerama libxrandr
13 PKG_BUILDDEP
:= libXi libXinerama libXrandr
14 PKG_URL
:= http
://xorg.freedesktop.org
/
15 PKG_SITES
:= http
://www.x.org
/releases
/individual
/app
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,XINPUT
,xinput
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 $(INSTALL_DIR
) $(IDIR_XINPUT
)/usr
/bin
25 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/xinput \
26 $(IDIR_XINPUT
)/usr
/bin
28 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk