xapp_fstobdf.mk 490 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # xapp_fstobdf
  4. #
  5. ################################################################################
  6. XAPP_FSTOBDF_VERSION = 1.0.6
  7. XAPP_FSTOBDF_SOURCE = fstobdf-$(XAPP_FSTOBDF_VERSION).tar.bz2
  8. XAPP_FSTOBDF_SITE = http://xorg.freedesktop.org/releases/individual/app
  9. XAPP_FSTOBDF_LICENSE = MIT
  10. XAPP_FSTOBDF_LICENSE_FILES = COPYING
  11. XAPP_FSTOBDF_DEPENDENCIES = xlib_libFS xlib_libX11
  12. $(eval $(autotools-package))