| 1234567891011121314151617 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(TOPDIR)/rules.mkPKG_NAME:=		libpthread-stubsPKG_VERSION:=		0.1PKG_RELEASE:=		1PKG_MD5SUM:=		774eabaf33440d534efe108ef9130a7dPKG_URL:=		http://xcb.freedesktop.org/PKG_SITES:=		http://xcb.freedesktop.org/dist/PKG_SUBPKGS:=DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.bz2include $(TOPDIR)/mk/package.mkinclude ${TOPDIR}/mk/pkg-bottom.mk
 |