wok-next view orbit2/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 10df65db91ad
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="orbit2"
4 VERSION="2.14.19"
5 CATEGORY="development"
6 SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB) - deprecated"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="https://projects.gnome.org/ORBit2/"
11 TARBALL="ORBit2-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/ORBit2/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libidl-dev"
15 SPLIT="orbit2-dev"
17 CROSS="bug: Could not check for borked linking while cross-compiling"
19 compile_rules() {
20 sed -i 's/-DG_DISABLE_DEPRECATED//' linc2/src/Makefile*
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 orbit2)
31 copy @std
32 rm -r $fs/usr/share
33 DEPENDS="glib libidl dbus dbus-glib"
34 ;;
35 *-dev)
36 copy @dev *.idl
37 DEPENDS="orbit2 glib-dev libidl-dev"
38 ;;
39 esac
40 }