summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_sessreg/xapp_sessreg.mk
blob: ba2a07b086b6e0e97e13b9f32ed9d188009c21b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# xapp_sessreg
#
################################################################################

XAPP_SESSREG_VERSION = 1.0.7
XAPP_SESSREG_SOURCE = sessreg-$(XAPP_SESSREG_VERSION).tar.bz2
XAPP_SESSREG_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_SESSREG_LICENSE = MIT
XAPP_SESSREG_LICENSE_FILES = COPYING
XAPP_SESSREG_DEPENDENCIES = xlib_libX11 xproto_xproto

$(eval $(autotools-package))