wok-next view orbit2/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents d43bf7aae921
children 342b30daff76
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 libffi libidl pcre dbus dbus-glib"
34 ;;
35 *-dev)
36 copy @dev *.idl
37 DEPENDS="orbit2 glib-dev libffi-dev pcre-dev"
38 ;;
39 esac
40 }