Makefile 412 B

123456789101112131415
  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:= xf86dga
  5. PKG_VERSION:= 1.0.2
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= ac30b5705f487554c5de0b466e846c31
  8. PKG_BUILDDEP:= libXxf86dga
  9. PKG_SITES:= ${MASTER_SITE_XORG}
  10. PKG_SUBPKGS:=
  11. include $(TOPDIR)/mk/package.mk
  12. include ${TOPDIR}/mk/pkg-bottom.mk