milis/talimatname/genel/u/uthash/talimat

19 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Karma tabloların ve bağlı bir listenin C önişlemci uygulamaları
# URL: https://troydhanson.github.io/uthash/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=uthash
surum=2.0.2
devir=1
kaynak=(https://github.com/troydhanson/uthash/archive/v$surum.tar.gz)
derle() {
cd "${SRC}/${isim}-${surum}/src"
install -dm755 "${PKG}"/usr/include/
for h in *.h; do
install -m 644 ${h} "${PKG}"/usr/include/
done
}