wok-next view telepathy-glib/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="telepathy-glib"
4 VERSION="0.99.11"
5 CATEGORY="network"
6 SHORT_DESC="A D-Bus framework for unifying real time communication"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://telepathy.freedesktop.org/wiki/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="glib-dev gobject-introspection-dev \
15 dbus-dev dbus-glib-dev intltool diffutils libffi libxslt gtk-doc"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 telepathy-glib)
28 copy @std
29 DEPENDS="glib gobject-introspection dbus dbus-glib libffi"
30 ;;
31 *-dev)
32 copy @dev
33 ;;
34 esac
35 }