diff options
Diffstat (limited to 'community/python-lcms/PKGBUILD')
-rw-r--r-- | community/python-lcms/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/community/python-lcms/PKGBUILD b/community/python-lcms/PKGBUILD deleted file mode 100644 index 42ee3cc70..000000000 --- a/community/python-lcms/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $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=3 -pkgdesc="LittleCMS Python bindings" -arch=(i686 x86_64) -license=('CUSTOM') -depends=('libtiff' 'python2' 'lcms') -url="http://www.littlecms.com" -options=('!libtool') -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 -} |