0a5e5534cb
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
656 B
Makefile
15 lines
656 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXprintAppUtil -- X.Org XprintAppUtil library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXPRINTAPPUTIL_VERSION = 1.0.1
|
|
XLIB_LIBXPRINTAPPUTIL_SOURCE = libXprintAppUtil-$(XLIB_LIBXPRINTAPPUTIL_VERSION).tar.bz2
|
|
XLIB_LIBXPRINTAPPUTIL_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXPRINTAPPUTIL_AUTORECONF = NO
|
|
XLIB_LIBXPRINTAPPUTIL_INSTALL_STAGING = YES
|
|
XLIB_LIBXPRINTAPPUTIL_DEPENDENCIES = xlib_libX11 xlib_libXp xlib_libXprintUtil
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXprintAppUtil))
|