milis/talimatname/genel/e/erlang-cl/talimat

19 lines
498 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: Erlang OpenCL bağlaması
# URL: http://github.com/tonyrog/cl
# Paketçi: milisarge
# Gerekler: opencl-headers rebar3 erlang ocl-icd
# Grup: kütüphane
isim=erlang-cl
surum=1.2.3
devir=1
kaynak=(https://github.com/tonyrog/cl/archive/cl-1.2.3.tar.gz::erlang-cl-$surum.tar.gz)
derle() {
cd "cl-cl-$surum"
rebar3 compile
mkdir -p "$PKG/usr/lib/erlang/lib/cl-$surum"
cp -r * "$PKG/usr/lib/erlang/lib/cl-$surum"
install -Dm644 COPYRIGHT "$PKG/usr/share/licenses/$isim/LICENSE"
}