updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eclipse-qt-eclipse-integration-bin / PKGBUILD
blobba9eb3790b6819e1fa3b09bec2206459bf16ed5a
1 # Contributor: mokasin <mok4sin at gmail dot com>
3 # Doesn't use dropin directory because it doesn't work
4 pkgname=eclipse-qt-eclipse-integration-bin
5 pkgver=1.6.1
6 pkgrel=2
7 pkgdesc="official binaries of the Qt Eclipse plugin"
8 arch=('i686' 'x86_64')
9 url="http://qt.nokia.com/developer/eclipse-integration"
10 license=('L GPL')
11 depends=('qt>=4.6.1' 'eclipse' 'eclipse-cdt')
12 install=eclipse-qt-eclipse-integration-bin.install
14 md5sums=('3bf27fca4dd9051071f4bbf8ff761655')
16 _architect='x86'
17 [ "$CARCH" = "x86_64" ] && _architect='x86_64'
18 [ "$CARCH" = "x86_64" ] && md5sums[0]='3b5ad955dd84608de07331509b4ddffb'
20 source=(
21 http://get.qt.nokia.com/qteclipse/qt-eclipse-integration-linux.\
22 ${_architect}-${pkgver}.tar.gz)
24 build() {
26 mkdir -p "${pkgdir}/usr/share/" || return 1
27 cd "${pkgdir}/usr/share/"
29 tar xzf "${srcdir}/qt-eclipse-integration-linux.${_architect}-${pkgver}.tar.gz" ||
30     return 1