Added llvm-2.7 (clang is a subpkg) build template.

--HG--
extra : convert_revision : e2cfab9c10b455a3abd71aa5650fb0d358c61ba9
This commit is contained in:
Juan RP
2010-04-28 18:11:40 +02:00
parent f4e0eeabfe
commit 2f835d24a3
9 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Template file for 'llvm-docs'.
#
short_desc="${sourcepkg} - documentation files"
long_desc="${long_desc}
This package contains the documentation for LLVM."
noarch=yes
do_install()
{
mkdir -p ${DESTDIR}/usr/share/llvm
mv ${SRCPKGDESTDIR}/usr/docs ${DESTDIR}/usr/share/llvm
}