wok view telepathy-glib/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 9689f1b75619
children 934055de50e2
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://telepathy.freedesktop.org/wiki/"
11 WGET_URL="https://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL"
13 DEPENDS="glib gobject-introspection libgio dbus dbus-glib libffi"
14 BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev \
15 dbus-dev dbus-glib-dev intltool diffutils libffi libxslt gtk-doc"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share $fs/usr/lib
30 cp -a $install/usr/share/gir* $fs/usr/share
31 cp -a $install/usr/share/glib* $fs/usr/share
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 cp -a $install/usr/lib/gir* $fs/usr/lib
34 }