summaryrefslogtreecommitdiff
path: root/extra/opencv/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
commit4e66a1c1c541a0b60aa63f4d846c5e6f225b71b8 (patch)
treedb8c1d395ab4a671230a246df665dbee6b62235d /extra/opencv/PKGBUILD
parent742bd5a396f7a4c474e8ffec0686fc7312603cb8 (diff)
parent031887a2047546085998f965214f5b682664de9b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/emacs-nox/PKGBUILD community/gmic/PKGBUILD community/libgtksourceviewmm2/PKGBUILD community/libnewt/PKGBUILD community/nicotine/PKGBUILD community/plan9port/PKGBUILD extra/calligra/PKGBUILD extra/ilmbase/PKGBUILD extra/libwps/PKGBUILD extra/openexr/PKGBUILD extra/poppler/PKGBUILD
Diffstat (limited to 'extra/opencv/PKGBUILD')
-rw-r--r--extra/opencv/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/opencv/PKGBUILD b/extra/opencv/PKGBUILD
index 5f888dd46..65bf06372 100644
--- a/extra/opencv/PKGBUILD
+++ b/extra/opencv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 182637 2013-04-11 18:36:34Z schiv $
+# $Id: PKGBUILD 183293 2013-04-20 16:41:29Z heftig $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -6,7 +6,7 @@ pkgbase=opencv
pkgname=('opencv' 'opencv-samples')
_realname=OpenCV
pkgver=2.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Computer Vision Library"
arch=('i686' 'x86_64' 'mips64el')
license=('BSD')
@@ -106,6 +106,10 @@ package_opencv-samples() {
mkdir -p "$pkgdir/usr/share/opencv"
cp -r "$srcdir/opencv-samples" "$pkgdir/usr/share/opencv/samples"
+
+ # install license file
+ install -Dm644 "$srcdir/opencv-$pkgver/doc/license.txt" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et: