summaryrefslogtreecommitdiff
path: root/community/python-lcms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-lcms/PKGBUILD')
-rw-r--r--community/python-lcms/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/python-lcms/PKGBUILD b/community/python-lcms/PKGBUILD
index 5e2d6a263..42ee3cc70 100644
--- a/community/python-lcms/PKGBUILD
+++ b/community/python-lcms/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 58889 2011-11-19 16:52:42Z andrea $
+# $Id: PKGBUILD 66131 2012-02-23 01:40:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Connor Behan <connor.behan@gmail.com>
pkgname=python-lcms
pkgver=1.19
_mver=1.19
-pkgrel=2
+pkgrel=3
pkgdesc="LittleCMS Python bindings"
arch=(i686 x86_64)
license=('CUSTOM')
@@ -17,16 +17,13 @@ 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 && \
+ install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
rm -rf $pkgdir/usr/bin \
$pkgdir/usr/include \
$pkgdir/usr/lib/pkgconfig \