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

Ronald van Haren ronald at nymeria.archlinux.org
Sun Jan 26 09:44:56 UTC 2014


    Date: Sunday, January 26, 2014 @ 10:44:56
  Author: ronald
Revision: 204733

upgpkg: eigen 3.2.0-1

bring eigen to the repos for digikam refocus sharpening feature; rename from AUR/eigen3

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-26 09:43:39 UTC (rev 204732)
+++ PKGBUILD	2014-01-26 09:44:56 UTC (rev 204733)
@@ -8,7 +8,7 @@
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='http://eigen.tuxfamily.org'
-license=('MPL2')
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
 makedepends=('cmake' 'pkg-config')
 optdepends=('qt4: for example programs'
     'superlu: optional backend'
@@ -30,5 +30,9 @@
 package() {
 	cd build
 	make DESTDIR="$pkgdir" install
+
+	# install custom licenses
 	install -Dm644 ../eigen-eigen-*/COPYING.MPL2 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+        install -Dm644 ../eigen-eigen-*/COPYING.BSD "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+        install -Dm644 ../eigen-eigen-*/COPYING.MINPACK "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list