openssh: update to 9.8p1
[openadk.git] / package / xinput_calibrator / Makefile
blobe16e2c86fd77645316410e2cc1f783a226a836b5
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
6 PKG_NAME:= xinput_calibrator
7 PKG_VERSION:= 0.7.5
8 PKG_RELEASE:= 2
9 PKG_HASH:= baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971
10 PKG_DESCR:= input calibration utility
11 PKG_SECTION:= x11/utils
12 PKG_NEEDS:= c++
13 PKG_URL:= http://www.freedesktop.org/wiki/Software/xinput_calibrator/
14 PKG_SITES:= http://github.com/downloads/tias/xinput_calibrator/
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
18 include $(ADK_TOPDIR)/mk/package.mk
20 $(eval $(call PKG_template,XINPUT_CALIBRATOR,xinput-calibrator,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 xinput-calibrator-install:
23 $(INSTALL_DIR) $(IDIR_XINPUT_CALIBRATOR)/usr/bin
24 $(INSTALL_BIN) $(WRKINST)/usr/bin/xinput_calibrator \
25 $(IDIR_XINPUT_CALIBRATOR)/usr/bin
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk