blob: 60e87966c7e1080bdbb2a6063784aa77953f3137 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= uClibc
PKG_VERSION:= 0.9.33.2
GIT_VERSION:= 0.9.34-git
PKG_RELEASE:= 1
PKG_MD5SUM:= a338aaffc56f0f5040e6d9fa8a12eda1
PKG_SITES:= http://uclibc.org/downloads/
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|