# $Id: PKGBUILD 106388 2014-03-02 00:33:57Z 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.3.0
_sr=2
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/sr$_sr/cdt-master-$pkgver.zip")
sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')

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:
