[arch-commits] Commit in eigen/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Feb 2 18:29:21 UTC 2009
Date: Monday, February 2, 2009 @ 13:29:21
Author: pierre
Revision: 26048
upgpkg: eigen 2.0.0-1
Modified:
eigen/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-02 18:21:46 UTC (rev 26047)
+++ PKGBUILD 2009-02-02 18:29:21 UTC (rev 26048)
@@ -2,21 +2,21 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=eigen
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
arch=('i686' 'x86_64')
url='http://eigen.tuxfamily.org'
license=('GPL' 'LGPL')
makedepends=('cmake' 'pkgconfig')
-source=("http://download.tuxfamily.org/eigen/eigen-2.0-beta6.tar.bz2")
-md5sums=('4274864abd64be6be1f91cf5afd905dd')
+source=("http://download.tuxfamily.org/eigen/eigen-${pkgver}.tar.bz2")
+md5sums=('bedfe344498b926a4b5db17d2846dbb5')
build() {
cd $srcdir
mkdir build
cd build
- cmake ../eigen2 \
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
More information about the arch-commits
mailing list