2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xapp_xprehashprinterlist -- Recomputes the list of available printers.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
XAPP_XPREHASHPRINTERLIST_VERSION = 1.0.1
|
|
|
|
XAPP_XPREHASHPRINTERLIST_SOURCE = xprehashprinterlist-$(XAPP_XPREHASHPRINTERLIST_VERSION).tar.bz2
|
|
|
|
XAPP_XPREHASHPRINTERLIST_SITE = http://xorg.freedesktop.org/releases/individual/app
|
2007-08-23 13:49:50 +02:00
|
|
|
XAPP_XPREHASHPRINTERLIST_DEPENDENCIES = xlib_libX11 xlib_libXp
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|