# $Id: PKGBUILD 97924 2013-10-01 11:47:47Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paul Mattal <paul@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>

pkgname=eclipse-cdt
pkgver=8.2.1
pkgrel=1
pkgdesc='C/C++ Plugin for Eclipse'
arch=('any')
url='http://www.eclipse.org/cdt'
license=('EPL')
depends=('eclipse' 'libxtst')
source=("http://download.eclipse.org/tools/cdt/releases/kepler/sr1/cdt-master-$pkgver.zip")
sha256sums=('283e448fed60f2a11c0f6cdb196960bdd0e1969bb40142f131787843861ea562')

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:
