package/e2fsprogs: update to 1.42.12, add subpackages for static tune2fs and e2fsck
[openadk.git] / toolchain / musl / Makefile.inc
blob2bd5ac5332683b977760b21e9ad82f52f552a005
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 PKG_NAME:=              musl
5 ifeq ($(ADK_LIBC_VERSION),git)
6 PKG_VERSION:=           git
7 PKG_RELEASE:=           1
8 PKG_SITES:=             git://git.musl-libc.org/musl
9 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.xz
10 else
11 PKG_VERSION:=           $(ADK_LIBC_VERSION)
12 PKG_RELEASE:=           1
13 PKG_HASH:=              5a0160c55c540d5b90158617a57647f1b03209f58d9ee70dbce19d1115b4f1b4
14 PKG_SITES:=             http://www.musl-libc.org/releases/
15 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tar.gz
16 endif