llvm: update to 2.8.

This commit is contained in:
Juan RP 2010-10-25 11:36:54 +02:00
parent 674ed95f86
commit 34d6ea0c35
11 changed files with 99 additions and 14 deletions

View file

@ -28,10 +28,11 @@ long_desc="
This package includes development files for the LLVM clang."
noarch=yes
Add_dependency run clang
do_install()
{
mkdir -p ${DESTDIR}/usr/include
install -d ${DESTDIR}/usr/{include,lib}
mv ${SRCPKGDESTDIR}/usr/include/clang* ${DESTDIR}/usr/include
mv ${SRCPKGDESTDIR}/usr/lib/libclang*.a ${DESTDIR}/usr/lib
}