# Contributor: Arthur Zamarin # Contributor: David Rosenstrauch # Maintainer: Eric Ozwigh pkgname=eclipse-pydev pkgver=6.3.3 pkgrel=1 pkgdesc="Python IDE for Eclipse" url="http://pydev.org/" arch=('any') license=('EPL') depends=('java-environment>=8' 'eclipse>=4.6') makedepends=('unzip') conflicts=('eclipse-aptana') source=("PyDev_${pkgver}.zip::http://downloads.sourceforge.net/project/pydev/pydev/PyDev%20${pkgver}/PyDev%20${pkgver}.zip") sha1sums=('0f2b8b0c07ec364071769daf73d4322afe18683b') package() { _dest="${pkgdir}/usr/lib/eclipse/dropins/pydev" cd "$srcdir" mkdir -p "${_dest}" cp -r {features,plugins} "$_dest/" find "${_dest}" -type d -exec chmod 755 {} \; find "${_dest}" -type f -exec chmod 644 {} \; }