| 123456789101112131415161718 | # 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:=		xtransPKG_VERSION:=		1.2.1PKG_RELEASE:=		1PKG_MD5SUM:=		5b7f447f6fe92cbc4f17441aaee0bf55PKG_SITES:=		http://xorg.freedesktop.org/releases/X11R7.4/src/lib/include $(TOPDIR)/mk/package.mkCONFIGURE_STYLE=	gnuBUILD_STYLE=		autoINSTALL_STYLE=		auto confproginclude ${TOPDIR}/mk/pkg-bottom.mk
 |