1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# menu-cache 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunMENU_CACHE_VERSION_MAJOR = 1.1 8*4882a593SmuzhiyunMENU_CACHE_VERSION = $(MENU_CACHE_VERSION_MAJOR).0 9*4882a593SmuzhiyunMENU_CACHE_SOURCE = menu-cache-$(MENU_CACHE_VERSION).tar.xz 10*4882a593SmuzhiyunMENU_CACHE_SITE = http://sourceforge.net/projects/lxde/files/menu-cache/$(MENU_CACHE_VERSION_MAJOR) 11*4882a593SmuzhiyunMENU_CACHE_DEPENDENCIES = libfm-extra libglib2 12*4882a593SmuzhiyunMENU_CACHE_LICENSE = LGPL-2.1 13*4882a593SmuzhiyunMENU_CACHE_LICENSE_FILES = COPYING 14*4882a593SmuzhiyunMENU_CACHE_INSTALL_STAGING = YES 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun$(eval $(autotools-package)) 17