Makefile 385 B

1234567891011121314
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= inputproto
  5. PKG_VERSION:= 2.0
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 13d91739cf70a781f1db24d8d3677574
  8. PKG_SITES:= ${MASTER_SITE_XORG}
  9. PKG_SUBPKGS:=
  10. include $(TOPDIR)/mk/package.mk
  11. include ${TOPDIR}/mk/pkg-bottom.mk