wok-next view orbit2/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://projects-old.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="$PACKAGE-dev"
17 compile_rules() {
18 sed -i 's/-DG_DISABLE_DEPRECATED//' linc2/src/Makefile*
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 orbit2)
29 copy @std
30 rm -r $fs/usr/share
31 DEPENDS="glib libidl dbus dbus-glib"
32 ;;
33 *-dev)
34 copy @dev *.idl
35 DEPENDS="orbit2 glib-dev libidl-dev"
36 ;;
37 esac
38 }