buildrootschalter/package/x11r7/xproto_presentproto/xproto_presentproto.mk
Bernd Kuhls 6d08fec8f2 xorg: New package xproto_presentproto
[Peter: fix license file, add host-pkgconf / xutil_util-macros dependencies]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-05 12:39:19 +01:00

17 lines
648 B
Makefile

################################################################################
#
# xproto_presentproto
#
################################################################################
XPROTO_PRESENTPROTO_VERSION = 1.0
XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_PRESENTPROTO_LICENSE = MIT
XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))