kumquat-buildroot/package/x11r7/xapp_oclock/xapp_oclock.mk

15 lines
495 B
Makefile
Raw Normal View History

################################################################################
#
# xapp_oclock
#
################################################################################
XAPP_OCLOCK_VERSION = 1.0.1
XAPP_OCLOCK_SOURCE = oclock-$(XAPP_OCLOCK_VERSION).tar.bz2
XAPP_OCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_OCLOCK_LICENSE = MIT
XAPP_OCLOCK_LICENSE_FILES = COPYING
XAPP_OCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu
$(eval $(autotools-package))