2010-10-25 09:36:54 +00:00
|
|
|
# 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."
|
|
|
|
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=2
|
2011-11-06 08:54:22 +00:00
|
|
|
|
2010-10-25 09:36:54 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
|
|
}
|