2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# xproto_resourceproto
|
2007-08-10 21:07:51 +02:00
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2012-06-14 22:23:21 +02:00
|
|
|
XPROTO_RESOURCEPROTO_VERSION = 1.2.0
|
2007-08-10 21:07:51 +02:00
|
|
|
XPROTO_RESOURCEPROTO_SOURCE = resourceproto-$(XPROTO_RESOURCEPROTO_VERSION).tar.bz2
|
|
|
|
XPROTO_RESOURCEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
2013-05-09 07:50:57 +02:00
|
|
|
XPROTO_RESOURCEPROTO_LICENSE = MIT
|
|
|
|
XPROTO_RESOURCEPROTO_LICENSE_FILES = COPYING
|
2007-08-10 21:07:51 +02:00
|
|
|
XPROTO_RESOURCEPROTO_INSTALL_STAGING = YES
|
|
|
|
XPROTO_RESOURCEPROTO_INSTALL_TARGET = NO
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|