summaryrefslogtreecommitdiff
path: root/pcr/hachoir-parser
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-22 01:14:33 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-22 01:14:33 -0500
commit58872fefe2419765d223f2f7dcefa1b95753f6a6 (patch)
treefe5c7749872b577abf8bc1575b65405ebe0284ba /pcr/hachoir-parser
parent4314968e83187c8a94ad9b0cc16d1b873f138a99 (diff)
downloadabslibre-58872fefe2419765d223f2f7dcefa1b95753f6a6.tar.gz
abslibre-58872fefe2419765d223f2f7dcefa1b95753f6a6.tar.bz2
abslibre-58872fefe2419765d223f2f7dcefa1b95753f6a6.zip
mat-0.6.1-1: Removing unnecessary dependencies
Diffstat (limited to 'pcr/hachoir-parser')
-rw-r--r--pcr/hachoir-parser/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/hachoir-parser/PKGBUILD b/pcr/hachoir-parser/PKGBUILD
deleted file mode 100644
index 7e982c93a..000000000
--- a/pcr/hachoir-parser/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: arno <apithon.AT.free.DOT.fr>
-# Contributor: Pierre Bourdon <delroth@gmail.com>
-# Maintainer: ianux <ianux AT free DOT fr>
-
-pkgname=hachoir-parser
-pkgver=1.3.4
-pkgrel=4
-pkgdesc="Most common file format parsers written using hachoir-core."
-arch=('any')
-url="http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser"
-license=('GPL2')
-depends=('hachoir-core')
-source=(http://cheeseshop.python.org/packages/source/h/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e578b779c4b30d94ca4e775747877755')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python2 setup.py build
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python2 setup.py install --optimize=1 --root=${pkgdir}
-}