Makefile 503 B

1234567891011121314151617
  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:= libpthread-stubs
  5. PKG_VERSION:= 0.1
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 774eabaf33440d534efe108ef9130a7d
  8. PKG_URL:= http://xcb.freedesktop.org/
  9. PKG_SITES:= http://xcb.freedesktop.org/dist/
  10. PKG_SUBPKGS:=
  11. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  12. include $(TOPDIR)/mk/package.mk
  13. include ${TOPDIR}/mk/pkg-bottom.mk