diff options
Diffstat (limited to 'package/libpciaccess/Makefile')
| -rw-r--r-- | package/libpciaccess/Makefile | 14 | 
1 files changed, 9 insertions, 5 deletions
| diff --git a/package/libpciaccess/Makefile b/package/libpciaccess/Makefile index 13abcdbeb..db5378c53 100644 --- a/package/libpciaccess/Makefile +++ b/package/libpciaccess/Makefile @@ -4,20 +4,24 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		libpciaccess -PKG_VERSION:=		0.13.4 +PKG_VERSION:=		0.18.1  PKG_RELEASE:=		1 -PKG_HASH:=		74d92bda448e6fdb64fee4e0091255f48d625d07146a121653022ed3a0ca1f2f +PKG_HASH:=		4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765a6fa76  PKG_DESCR:=		pci access library  PKG_SECTION:=		x11/libs -PKG_SITES:=		http://www.x.org/releases/individual/lib/ +PKG_SITES:=		http://xorg.freedesktop.org/releases/individual/lib/  PKG_OPTS:=		dev -DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz -  include $(ADK_TOPDIR)/mk/package.mk  $(eval $(call PKG_template,LIBPCIACCESS,libpciaccess,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) +WRKBUILD=               $(WRKDIR)/$(PKG_NAME)-obj + +CONFIG_STYLE:=		meson +BUILD_STYLE:=		meson +INSTALL_STYLE:=		meson +  libpciaccess-install:  	${INSTALL_DIR} ${IDIR_LIBPCIACCESS}/usr/lib  	${CP} ${WRKINST}/usr/lib/libpciaccess.so* \ | 
