# $Id: PKGBUILD 128546 2015-03-02 14:37:24Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paul Mattal <paul@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Raimar Bühmann <raimar@buehmann.de>

pkgname=eclipse-cdt
pkgver=8.6.0
pkgrel=1
pkgdesc='C/C++ Plugin for Eclipse'
arch=('any')
url='http://www.eclipse.org/cdt'
license=('EPL')
depends=('eclipse' 'libxtst')
source=("http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip")
sha1sums=('6363c3eece78277cc6b6748bb4eba0166db30a6a')

package() {
  d="$pkgdir/usr/share/eclipse/dropins/cdt/eclipse"
  install -d "$d"
  cp -a features "$d"
  cp -a plugins "$d"
}

# vim:set ts=2 sw=2 et:
