c78c8ce1434addbe0de737f53379682223a9c10b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xscreensaver / xscreensaver.mk
1 ################################################################################
2 #
3 # xscreensaver
4 #
5 ################################################################################
6
7 XSCREENSAVER_VERSION = 5.22
8 XSCREENSAVER_SITE = http://www.jwz.org/xscreensaver
9
10 # N.B. GPLv2+ code (in the hacks/glx subdirectory) is not currently built.
11 XSCREENSAVER_LICENSE = MIT-like GPLv2+
12 XSCREENSAVER_LICENSE_FILES = hacks/screenhack.h hacks/glx/chessmodels.h
13
14 XSCREENSAVER_DEPENDENCIES = jpeg libglade libgtk2 xlib_libX11 xlib_libXt \
15         $(if $(BR2_PACKAGE_GETTEXT),gettext)
16
17 # otherwise we end up with host include/library dirs passed to the
18 # compiler/linker
19 XSCREENSAVER_CONF_OPTS = \
20         --includedir=$(STAGING_DIR)/usr/include \
21         --libdir=$(STAGING_DIR)/usr/lib
22
23 XSCREENSAVER_INSTALL_TARGET_OPTS = install_prefix="$(TARGET_DIR)" install
24
25 $(eval $(autotools-package))