mark boards as experimental
[openadk.git] / package / libwebp / Makefile
blob967a686d5a76b7984cf983e9e07e794e4a18716d
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:= libwebp
7 PKG_VERSION:= 0.3.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7
10 PKG_DESCR:= new image format for the web
11 PKG_SECTION:= libs/image
12 PKG_URL:= https://developers.google.com/speed/webp/
13 PKG_SITES:= https://webp.googlecode.com/files/
14 PKG_OPTS:= dev
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
18 include $(ADK_TOPDIR)/mk/package.mk
20 $(eval $(call PKG_template,LIBWEBP,libwebp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
22 libwebp-install:
23 $(INSTALL_DIR) $(IDIR_LIBWEBP)/usr/lib
24 $(CP) $(WRKINST)/usr/lib/libwebp*.so* \
25 $(IDIR_LIBWEBP)/usr/lib
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk