arc: use the release for binutils/gcc
[openadk.git] / package / xf86-input-evtouch / Makefile
bloba0b42a90599c93f725554bfcd6daa2339008db14
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:= xf86-input-evtouch
7 PKG_VERSION:= 0.8.8
8 PKG_RELEASE:= 1
9 PKG_HASH:= eafc4a09729a4b2b6120430c71e1954c5cac299ad6adf2f9a40aee8a7b51e476
10 PKG_DESCR:= x11 driver for touchscreens
11 PKG_SECTION:= x11/drivers
12 PKG_DEPENDS:= xorg-server
13 PKG_BUILDDEP:= xorg-server
14 PKG_SITES:= http://www.conan.de/touchscreen/
16 PKG_CFLINE_XF86_INPUT_EVTOUCH:= depends on ADK_BROKEN
18 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call PKG_template,XF86_INPUT_EVTOUCH,xf86-input-evtouch,$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 xf86-input-evtouch-install:
25 ${INSTALL_DIR} ${IDIR_XF86_INPUT_EVTOUCH}/usr/lib/xorg/modules/input
26 ${CP} ${WRKINST}/usr/lib/xorg/modules/input/evtouch_drv.so \
27 ${IDIR_XF86_INPUT_EVTOUCH}/usr/lib/xorg/modules/input/
29 include ${ADK_TOPDIR}/mk/pkg-bottom.mk