6c702641ee
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
591 B
Makefile
17 lines
591 B
Makefile
################################################################################
|
|
#
|
|
# xproto_inputproto
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_INPUTPROTO_VERSION = 2.3.1
|
|
XPROTO_INPUTPROTO_SOURCE = inputproto-$(XPROTO_INPUTPROTO_VERSION).tar.bz2
|
|
XPROTO_INPUTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
XPROTO_INPUTPROTO_LICENSE = MIT
|
|
XPROTO_INPUTPROTO_LICENSE_FILES = COPYING
|
|
XPROTO_INPUTPROTO_INSTALL_STAGING = YES
|
|
XPROTO_INPUTPROTO_INSTALL_TARGET = NO
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|