diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-05 17:25:05 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-05 17:25:05 +0000 |
commit | 359d940358dec836dd0acfe9d9caf0b1ff0a97fe (patch) | |
tree | eeed5f77c8417a98fe5b8538d3c019d1cea00c04 /community/tucan | |
parent | cdc66cc7110e78bf1197f9effc70422114f9341b (diff) |
Sun Feb 5 17:25:01 UTC 2012
Diffstat (limited to 'community/tucan')
-rw-r--r-- | community/tucan/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/tucan/PKGBUILD b/community/tucan/PKGBUILD deleted file mode 100644 index 5dd2d1a95..000000000 --- a/community/tucan/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Maintainer: Thomas Dziedzic < gostrc at gmail > -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor: Raul Pons Lopez <raulponslopez+aur {at} gmail {dot} com> - -pkgname=tucan -pkgver=0.3.10 -pkgrel=1 -pkgdesc='Download and upload manager for hosting sites' -arch=('i686' 'x86_64') -url='http://tucaneando.com/index.html' -license=('GPL3') -depends=('python-imaging' 'python2' 'pygtk' 'tesseract' 'librsvg') -source=("http://build-tucan-doc.googlecode.com/files/tucan-${pkgver}.tar.gz") -md5sums=('35f49eb3f118051817d3692a13fa922c') - -build() { - cd ${pkgname}-${pkgver} - - # python2 fix - sed -i 's_usr/bin/env python_usr/bin/env python2_' tucan.py -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir}/usr install - ln -sf /usr/share/tucan/tucan.py ${pkgdir}/usr/bin/tucan -} |