ae47b7ea29
thanks to Jerzy Grzegorek for the hint Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
559 B
Makefile
17 lines
559 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXpm
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXPM_VERSION = 3.5.11
|
|
XLIB_LIBXPM_SOURCE = libXpm-$(XLIB_LIBXPM_VERSION).tar.bz2
|
|
XLIB_LIBXPM_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXPM_LICENSE = MIT
|
|
XLIB_LIBXPM_LICENSE_FILES = COPYING
|
|
XLIB_LIBXPM_INSTALL_STAGING = YES
|
|
XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
|
|
host-gettext
|
|
|
|
$(eval $(autotools-package))
|