[arch-commits] Commit in (vc vc/repos vc/trunk vc/trunk/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 4 15:52:10 UTC 2013


    Date: Monday, February 4, 2013 @ 16:52:10
  Author: andrea
Revision: 177032

New calligra dependence

Added:
  vc/
  vc/repos/
  vc/trunk/
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Added: vc/trunk/PKGBUILD
===================================================================
--- vc/trunk/PKGBUILD	                        (rev 0)
+++ vc/trunk/PKGBUILD	2013-02-04 15:52:10 UTC (rev 177032)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=('x86_64' 'i686')
+license=('LGPL3')
+makedepends=('cmake')
+source=("http://code.compeng.uni-frankfurt.de/attachments/download/147/Vc-${pkgver}.tar.gz")
+md5sums=('8b9885b58872a11131d2818ec54f838a')
+ 
+build() {
+  mkdir build 
+  cd build
+  cmake ../Vc-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+


Property changes on: vc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list