Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=1cbd2a6e6a6354869390fc7ee73d78dedee114c6
commit 1cbd2a6e6a6354869390fc7ee73d78dedee114c6 Author: DeX77 <[email protected]> Date: Sun Mar 8 22:46:25 2015 +0100 libclc-0.0.1.g4aebf69-1-x86_64 * new package diff --git a/source/x11/libclc/FrugalBuild b/source/x11/libclc/FrugalBuild new file mode 100644 index 0000000..0f6a52c --- /dev/null +++ b/source/x11/libclc/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.5 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=libclc +pkgver=0.0.1.g4aebf69 +pkgrel=1 +pkgdesc="Library requirements of the OpenCL C programming language" +archs=('x86_64' 'i686') +depends=('glibc') +groups=('x11') +url="http://libclc.llvm.org/" +makedepends=('clang' 'python') +_F_scm_type="git" +_F_scm_url="http://llvm.org/git/libclc.git" +Finclude scm + +build() { + Funpack_scm + Fexec python ./configure.py --prefix=/usr + Fbuild +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
