2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xapp_xphelloworld -- X.Org xphelloworld application
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
XAPP_XPHELLOWORLD_VERSION = 1.0.1
|
|
|
|
XAPP_XPHELLOWORLD_SOURCE = xphelloworld-$(XAPP_XPHELLOWORLD_VERSION).tar.bz2
|
|
|
|
XAPP_XPHELLOWORLD_SITE = http://xorg.freedesktop.org/releases/individual/app
|
2008-03-06 19:36:12 +01:00
|
|
|
XAPP_XPHELLOWORLD_AUTORECONF = NO
|
2007-08-23 13:49:50 +02:00
|
|
|
XAPP_XPHELLOWORLD_DEPENDENCIES = xlib_libXaw xlib_libXprintAppUtil xlib_libXprintUtil xlib_libXt
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2007-09-29 11:58:13 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xphelloworld))
|