systemd: bump version to 233
[buildroot-gz.git] / package / x11r7 / xlib_libXpm / xlib_libXpm.mk
blobc8c54965148f6587f8f2bd6c53992b5309df96de
1 ################################################################################
3 # xlib_libXpm
5 ################################################################################
7 XLIB_LIBXPM_VERSION = 3.5.12
8 XLIB_LIBXPM_SOURCE = libXpm-$(XLIB_LIBXPM_VERSION).tar.bz2
9 XLIB_LIBXPM_SITE = http://xorg.freedesktop.org/releases/individual/lib
10 XLIB_LIBXPM_LICENSE = MIT
11 XLIB_LIBXPM_LICENSE_FILES = COPYING
12 XLIB_LIBXPM_INSTALL_STAGING = YES
13 # we patch configure.ac
14 XLIB_LIBXPM_AUTORECONF = YES
15 XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
16 $(if $(BR2_PACKAGE_GETTEXT),gettext) \
17 $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
18 host-gettext
20 $(eval $(autotools-package))