wok view telepathy-glib/receipt @ rev 17203

telepathy-glib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 13:38:33 2014 +0200 (2014-10-09)
parents 8b59fe2720a3
children 6de086f635bf
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="http://telepathy.freedesktop.org/wiki/"
11 WGET_URL="http://telepathy.freedesktop.org/releases/$PACKAGE/$TARBALL"
13 DEPENDS="glib gobject-introspection libgio dbusdbus-gliblibffi"
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/g* $fs/usr/share
31 cp -a $install/usr/lib/gir* $fs/usr/lib
32 }