summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xsm/xapp_xsm.mk
blob: 76cc07b1185ef401cd76d1d95d12f7c0d255fd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################################################
#
# xapp_xsm -- X Session Manager
#
################################################################################

XAPP_XSM_VERSION = 1.0.1
XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2
XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSM_AUTORECONF = NO
XAPP_XSM_DEPENDENCIES = xlib_libXaw

$(eval $(call AUTOTARGETS,package/x11r7,xapp_xsm))