summaryrefslogtreecommitdiffstats
path: root/abs/extra/orbit2/PKGBUILD
blob: 1e47872f181b9fbbedb85a2af978f0826e27ae75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 151081 2012-02-24 18:27:05Z ibiru $
# Maintainer: Jan de Groot <jan@archlinux.org>

pkgname=orbit2
pkgver=2.14.19
pkgrel=2
pkgdesc="Thin/fast CORBA ORB"
arch=('i686' 'x86_64')
license=('LGPL' 'GPL')
depends=('libidl2')
options=('!libtool' '!makeflags')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2)
sha256sums=('55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550')

build() {
  cd "${srcdir}/ORBit2-${pkgver}"
  ./configure --prefix=/usr --disable-static
  make
}

package() {
  cd "${srcdir}/ORBit2-${pkgver}"
  make DESTDIR="${pkgdir}" install
}