updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / egit / PKGBUILD
blob0bbf6bf734b5045a4c04d45b1232bd38fb3bded6
1 # Maintainer: kkb110
2 pkgname=egit
3 pkgver=1.1
4 pkgrel=1
5 pkgdesc="An eclipse team provider for git"
6 arch=('any')
7 url="http://egit.eclipse.org/w/?p=egit.git;a=summary"
8 license=('custom:BSD')
9 depends=('eclipse>=3.6')
10 source=("http://download.eclipse.org/egit/site.zip")
11 md5sums=('c7e654d44eb6a132cdff30642296726a')
12 noextract=('site.zip')
14 build() {
15   _dest="$pkgdir/usr/share/eclipse/dropins/$pkgname/eclipse"
16   install -d $_dest
17   cd $srcdir
18   unzip site.zip
19   find site -name '*source*' -exec rm {} \;
20   mv site/* $_dest