blob: 7baf7f48d113f5c0db4aeb361a92d17905854435 (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= expat
PKG_VERSION:= 2.7.0
PKG_RELEASE:= 1
PKG_HASH:= 362e89ca6b8a0d46fc5740a917eb2a8b4d6356edbe016eee09f49c0781215844
PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_7_0/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|