llvm: update to 2.8.
This commit is contained in:
18
srcpkgs/llvm/libllvm.template
Normal file
18
srcpkgs/llvm/libllvm.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'libllvm'.
|
||||
#
|
||||
short_desc="Low-Level Virtual Machine (LLVM) - shared libraries"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package includes the shared libraries used by the LLVM projects."
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libffi
|
||||
Add_dependency run libstdc++
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user