Date: Friday, February 27, 2015 @ 18:52:54
  Author: svenstaro
Revision: 128393

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/
  cimg/repos/community-any/PKGBUILD
    (from rev 128392, cimg/trunk/PKGBUILD)

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

Copied: cimg/repos/community-any/PKGBUILD (from rev 128392, cimg/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2015-02-27 17:52:54 UTC (rev 128393)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Diego Galizzi <dgalizzi at gmail dot com>
+# Contributor: zoulnix <http://goo.gl/HQaP>
+pkgname=cimg
+pkgver=1.5.7
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.sourceforge.net/";
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+makedepends=('')
+source=(http://downloads.sourceforge.net/${pkgname}/CImg-${pkgver}.zip)
+md5sums=('277ebb43968ea13ae588361e917c84b2')
+
+package() {
+  cd ${srcdir}/CImg-${pkgver}
+  install -d ${pkgdir}/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h ${pkgdir}/usr/include/
+  install -m644 plugins/*.h ${pkgdir}/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}

Reply via email to