2019-11-30 18:54:14 +11:00
|
|
|
# Description: C preprocessor implementations of a hash table and a linked list
|
|
|
|
# URL: http://troydhanson.github.io/uthash/index.html
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
|
|
|
|
name=uthash
|
2021-02-27 14:34:18 +11:00
|
|
|
version=2.3.0
|
2019-11-30 18:54:14 +11:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version/src
|
|
|
|
install -d $PKG/usr/include/
|
|
|
|
install -m 0644 -t $PKG/usr/include/ *.h
|
|
|
|
}
|