findutils: fix compile with debugging options
[openadk.git] / package / glproto / Makefile
blobc4c970f09f93a65d3e2a11f2fa09abdbe2f840ab
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR)/rules.mk
6 PKG_NAME:= glproto
7 PKG_VERSION:= 1.4.12
8 PKG_RELEASE:= 1
9 PKG_DESCR:= OpenGL headers
10 PKG_SECTION:= x11/devel
11 PKG_MD5SUM:= c528c5903bb836b33a35863f97613c64
12 PKG_SITES:= ${MASTER_SITE_XORG}
14 include $(TOPDIR)/mk/package.mk
16 $(eval $(call PKG_template,GLPROTO,glproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
18 post-install:
19 ${INSTALL_DIR} ${IDIR_GLPROTO}/usr/include
20 ${CP} ${WRKINST}/usr/include/GL ${IDIR_GLPROTO}/usr/include
21 ${INSTALL_DIR} ${IDIR_GLPROTO}/usr/lib/pkgconfig
22 ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/glproto.pc \
23 ${IDIR_GLPROTO}/usr/lib/pkgconfig
25 include ${TOPDIR}/mk/pkg-bottom.mk