1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# xapp_xsetroot 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunXAPP_XSETROOT_VERSION = 1.1.2 8*4882a593SmuzhiyunXAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2 9*4882a593SmuzhiyunXAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app 10*4882a593SmuzhiyunXAPP_XSETROOT_LICENSE = MIT 11*4882a593SmuzhiyunXAPP_XSETROOT_LICENSE_FILES = COPYING 12*4882a593SmuzhiyunXAPP_XSETROOT_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libXcursor xdata_xbitmaps 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun$(eval $(autotools-package)) 15