blob: b5b9f89324a7cb57072ee1efc32bbd63af265eda (
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.1
PKG_RELEASE:= 1
PKG_HASH:= 0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2
PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_7_1/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|