updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / eclipse-ingres / PKGBUILD
blobe585c13dd700aab3905b6d5466369d0a57e5acbd
1 # Contributor: John Gerritse <reaphsharc@gmail.com>
2 pkgname=eclipse-ingres
3 pkgver=1.0.1
4 pkgrel=2
5 pkgdesc="Ingres plugin for Eclipse."
6 arch=('i686')
7 url="http://esd.ingres.com/product/Community_Projects/Eclipse_DTP_Bundle/Linux_32-Bit/Eclipse_DTP_Bundle"
8 license=('GPL2')
9 depends=('eclipse')
10 source=(http://downloads.ingres.com/EclipseDTPplugin/ingres_dtp_feature_$pkgver.zip)
11 md5sums=('8dac4116c8e8d7ed924aa33938ce845d')
13 build() {
14   cd "$startdir/src/"
16   find -type d -exec chmod 755 \{\} \;
17   find -type f -exec chmod 644 \{\} \;
19   mkdir -p $startdir/pkg/usr/share/eclipse
20   cp -rf features plugins $startdir/pkg/usr/share/eclipse
23 # vim:set ts=2 sw=2 et: