imgtec-ci20: genimage config/ u-boot env
[openadk.git] / package / libpciaccess / Makefile
blob89e388cd4e9dc9080af35e6e6bb024c7d2d56012
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 $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= libpciaccess
7 PKG_VERSION:= 0.16
8 PKG_RELEASE:= 1
9 PKG_HASH:= 84413553994aef0070cf420050aa5c0a51b1956b404920e21b81e96db6a61a27
10 PKG_DESCR:= pci access library
11 PKG_SECTION:= x11/libs
12 PKG_SITES:= http://www.x.org/releases/individual/lib/
13 PKG_OPTS:= dev
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,LIBPCIACCESS,libpciaccess,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
21 libpciaccess-install:
22 ${INSTALL_DIR} ${IDIR_LIBPCIACCESS}/usr/lib
23 ${CP} ${WRKINST}/usr/lib/libpciaccess.so* \
24 ${IDIR_LIBPCIACCESS}/usr/lib
26 include ${ADK_TOPDIR}/mk/pkg-bottom.mk