vp-build/srcpkgs/ORBit2/template

42 lines
1.1 KiB
Bash

# Template file for 'ORBit2'
pkgname=ORBit2
version=2.14.19
revision=7
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libglib-devel libIDL-devel"
short_desc="Thin/fast CORBA ORB"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://projects.gnome.org/ORBit2/"
distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2"
checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
# Needs idl-compiler/orbit-idl-2 for the host
nocross=yes
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}
libORBit2_package() {
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove "usr/lib/orbit-2.0/*.so*"
}
}
ORBit2-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/bin/orbit2-config
vmove usr/lib/*.so
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/idl
vmove usr/share/aclocal
vmove usr/share/gtk-doc
}
}