1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# xapp_viewres 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunXAPP_VIEWRES_VERSION = 1.0.6 8*4882a593SmuzhiyunXAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2 9*4882a593SmuzhiyunXAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app 10*4882a593SmuzhiyunXAPP_VIEWRES_LICENSE = MIT 11*4882a593SmuzhiyunXAPP_VIEWRES_LICENSE_FILES = COPYING 12*4882a593SmuzhiyunXAPP_VIEWRES_DEPENDENCIES = xlib_libXaw 13*4882a593SmuzhiyunXAPP_VIEWRES_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun$(eval $(autotools-package)) 16