diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/chm2pdf/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/chm2pdf/PKGBUILD')
-rw-r--r-- | pcr/chm2pdf/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/chm2pdf/PKGBUILD b/pcr/chm2pdf/PKGBUILD deleted file mode 100644 index 16586e732..000000000 --- a/pcr/chm2pdf/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Contributor: Rodrigo Coacci <rcoacci@gmail.com> -# Contributor: fes0 -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières <aurelien@cwb.IO> - -pkgname=chm2pdf -pkgver=0.9.1 -pkgrel=1 -pkgdesc="A simple Python script that converts CHM files into PDF files." -arch=('any') -license=('GPL2') -url="http://code.google.com/p/chm2pdf/" -depends=('chmlib' 'python2' 'python2-pychm' 'htmldoc') -optdepends=('beautiful-soup: A Python HTML/XML parser designed for quick turnaround projects like screen-scraping') -source=('http://chm2pdf.googlecode.com/files/chm2pdf-0.9.1.tar.gz') - - -build() { - sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $srcdir/$pkgname-$pkgver/chm2pdf - cd $srcdir/$pkgname-$pkgver - python2 setup.py install --root=$startdir/pkg -} - |