Date: Sunday, December 6, 2015 @ 05:48:16
  Author: bpiotrowski
Revision: 148820

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python2-lcms/repos/community-staging-i686/
  python2-lcms/repos/community-staging-i686/PKGBUILD
    (from rev 148819, python2-lcms/trunk/PKGBUILD)
  python2-lcms/repos/community-staging-x86_64/
  python2-lcms/repos/community-staging-x86_64/PKGBUILD
    (from rev 148819, python2-lcms/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: python2-lcms/repos/community-staging-i686/PKGBUILD (from rev 148819, 
python2-lcms/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 04:48:16 UTC (rev 148820)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Connor Behan <[email protected]>
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=6
+pkgdesc="LittleCMS Python bindings"
+arch=(i686 x86_64)
+license=('CUSTOM')
+depends=('libtiff' 'python2' 'lcms')
+url="http://www.littlecms.com";
+source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
+md5sums=('8af94611baf20d9646c7c2c285859818')
+
+build() {
+  cd $srcdir/lcms-${_mver}
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  cd $srcdir/lcms-${_mver}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rm -rf $pkgdir/usr/bin \
+        $pkgdir/usr/include \
+        $pkgdir/usr/lib/pkgconfig \
+        $pkgdir/usr/lib/liblcms.* \
+        $pkgdir/usr/share/man/man1/icc2ps.1 \
+        $pkgdir/usr/share/man/man1/icclink.1 \
+        $pkgdir/usr/share/man/man1/jpegicc.1 \
+        $pkgdir/usr/share/man/man1/tifficc.1 \
+        $pkgdir/usr/share/man/man1/wtpt.1
+}

Copied: python2-lcms/repos/community-staging-x86_64/PKGBUILD (from rev 148819, 
python2-lcms/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 04:48:16 UTC (rev 148820)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Connor Behan <[email protected]>
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=6
+pkgdesc="LittleCMS Python bindings"
+arch=(i686 x86_64)
+license=('CUSTOM')
+depends=('libtiff' 'python2' 'lcms')
+url="http://www.littlecms.com";
+source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
+md5sums=('8af94611baf20d9646c7c2c285859818')
+
+build() {
+  cd $srcdir/lcms-${_mver}
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  cd $srcdir/lcms-${_mver}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rm -rf $pkgdir/usr/bin \
+        $pkgdir/usr/include \
+        $pkgdir/usr/lib/pkgconfig \
+        $pkgdir/usr/lib/liblcms.* \
+        $pkgdir/usr/share/man/man1/icc2ps.1 \
+        $pkgdir/usr/share/man/man1/icclink.1 \
+        $pkgdir/usr/share/man/man1/jpegicc.1 \
+        $pkgdir/usr/share/man/man1/tifficc.1 \
+        $pkgdir/usr/share/man/man1/wtpt.1
+}

Reply via email to