# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
# 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.0
pkgrel=1
pkgdesc='C/C++ Plugin for Eclipse'
arch=('any')
url='http://www.eclipse.org/cdt'
license=('EPL')
install='msg.install'
depends=('eclipse' 'libxtst')
source=("http://download.eclipse.org/tools/cdt/releases/kepler/r/cdt-master-$pkgver.zip")
sha256sums=('a6c804aab196c61d0042ad95d304959125c0985ff8fb5aaf56960dc2e0aa0a5f')

package() {
  cd "$srcdir"

  _installdir="$pkgdir/usr/share/eclipse/dropins/cdt"
  install -d "$_installdir/eclipse"
  cp -a features "$_installdir/eclipse"
  cp -a plugins "$_installdir/eclipse"
}

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